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

From-SVN: r92956
This commit is contained in:
Joseph Myers 2005-01-05 17:08:35 +00:00 committed by Joseph Myers
parent 5cfa47941f
commit 9368fb8fbc
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -2431,6 +2431,7 @@ asm_string:
}
else
$$ = $1; }
;
stop_string_translation:
{ c_lex_string_translate = 0; }