Commit 44ddc79a by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

* gengtype-lex.l (ID): Allow underscore as first character.

From-SVN: r56501
parent b275d088
2002-08-22 Hans-Peter Nilsson <hp@bitrange.com>
* gengtype-lex.l (ID): Allow underscore as first character.
2002-08-21 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/rs6000.c (rs6000_xcoff_asm_globalize_label): New
......
......@@ -48,7 +48,7 @@ update_lineno (l, len)
%}
ID [[:alpha:]][[:alnum:]_]*
ID [[:alpha:]_][[:alnum:]_]*
WS [[:space:]]+
IWORD short|long|(un)?signed|char|int|HOST_WIDE_INT|bool|size_t
ITYPE {IWORD}({WS}{IWORD})*
......
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