* c-parse.in (asm_string): Add trailing semicolon.
From-SVN: r92956
This commit is contained in:
parent
5cfa47941f
commit
9368fb8fbc
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -2431,6 +2431,7 @@ asm_string:
|
|||
}
|
||||
else
|
||||
$$ = $1; }
|
||||
;
|
||||
|
||||
stop_string_translation:
|
||||
{ c_lex_string_translate = 0; }
|
||||
|
|
Loading…
Add table
Reference in a new issue