Commit 9368fb8f by Joseph Myers Committed by Joseph Myers

* c-parse.in (asm_string): Add trailing semicolon.

From-SVN: r92956
parent 5cfa4794
2005-01-05 Joseph S. Myers <joseph@codesourcery.com> 2005-01-05 Joseph S. Myers <joseph@codesourcery.com>
* c-parse.in (asm_string): Add trailing semicolon.
2005-01-05 Joseph S. Myers <joseph@codesourcery.com>
* c-parse.in (asm_string): New. Don't allow wide strings in * c-parse.in (asm_string): New. Don't allow wide strings in
'asm'. 'asm'.
(simple_asm_expr, asm_argument, asm_operand, asm_clobbers): Use (simple_asm_expr, asm_argument, asm_operand, asm_clobbers): Use
......
...@@ -2431,6 +2431,7 @@ asm_string: ...@@ -2431,6 +2431,7 @@ asm_string:
} }
else else
$$ = $1; } $$ = $1; }
;
stop_string_translation: stop_string_translation:
{ c_lex_string_translate = 0; } { c_lex_string_translate = 0; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment