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>
* 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
'asm'.
(simple_asm_expr, asm_argument, asm_operand, asm_clobbers): Use
......
......@@ -2431,6 +2431,7 @@ asm_string:
}
else
$$ = $1; }
;
stop_string_translation:
{ 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