* c-lex.c (c_lex): Peek a token ahead for a string to concatenate,
commit61a8313947d5d014ebd5bfcc831f2613bd833296
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 Dec 2001 12:01:59 +0000 (8 12:01 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 Dec 2001 12:01:59 +0000 (8 12:01 +0000)
treeaf1bbb1acd95fad4ba7823197532eaeafdd00ff3
parentcfb3c5b1d76daa7554f2a0103e3c6dc9e829ce03
* c-lex.c (c_lex): Peek a token ahead for a string to concatenate,
using combine_strings to do the concatenation.
* c-parse.in: Replace uses of the string non-terminal with STRING.
Don't attempt string concatenation.
(OBJC_STRING): New terminal.
(string): Remove non-terminal.
(_yylex): Call combine_strings on function names.  Generate
OBJC_STRING terminals; don't pass '@' on to yacc.
* c-typeck.c (simple_asm_stmt): Don't concatenate strings here.
(build_asm_stmt): Similarly.
cp:
* parse.y: Replace uses of the string non-terminal with STRING.
Don't perform string concatentaion here.
(string): Remove non-terminal.
* semantics.c (finish_asm_stmt): Don't concatenate strings here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47792 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-lex.c
gcc/c-parse.in
gcc/c-typeck.c
gcc/cp/ChangeLog
gcc/cp/parse.y
gcc/cp/semantics.c