gcc/ChangeLog:
commit3fe7c9431a10fd60756e08ab9c8481b7baad1827
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Jun 2004 21:43:21 +0000 (15 21:43 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Jun 2004 21:43:21 +0000 (15 21:43 +0000)
tree67706b17f5cedee1c188770ea57183755dfc2428
parent1820c0c56fc4089dd79ce89ea68b7782925b2d0a
gcc/ChangeLog:
* c-pragma.h (c_lex_string_translate): Change type to int.
* c-parse.in: Change all assignments of c_lex_string_translate
to true and false to 1 and 0.
* c-lex.c (c_lex_string_translate): Likewise.
(lex_string): Convert string without translation in the -1
case.
gcc/cp/ChangeLog:
* parser.c: Change all assignments of c_lex_string_translate
to true and false to 1 and 0.
(cp_lexer_read_token): Convert type of the translated string.
(cp_parser_skip_to_closing_parentheses): Preserve original
value of c_lex_string_translate, and set it to -1 while
running.
(cp_parser_cache_group): Likewise.
(cp_parser_cache_group_1): Renamed.
(cp_parser_asm_operand_list): Remove redundant setting of
c_lex_string_translate.
(cp_parser_primary_expression) [CPP_STRING, CPP_WSTRING]:
Handle chained strings.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83201 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-lex.c
gcc/c-parse.in
gcc/c-pragma.h
gcc/cp/ChangeLog
gcc/cp/parser.c