Create asm! syntax extension.

This commit is contained in:
Luqman Aden
2013-03-10 22:08:38 -07:00
parent bcc6c3e3db
commit 666e1b4636
4 changed files with 58 additions and 1 deletions

View File

@@ -1402,7 +1402,7 @@ pub fn print_expr(s: @ps, &&expr: @ast::expr) {
word(s.s, ~"__asm__");
popen(s);
print_string(s, *a);
word_space(s, ~", ");
word_space(s, ~",");
print_string(s, *c);
pclose(s);
}