c-lex.c (init_lex): Keep the "inline" keyword in C99 mode.
authorJoseph Myers <jsm28@cam.ac.uk>
Sun, 23 Jul 2000 16:28:30 +0000 (10:28 -0600)
committerJeff Law <law@gcc.gnu.org>
Sun, 23 Jul 2000 16:28:30 +0000 (10:28 -0600)
commited03b55bb0841bd2a7e1ea5138bbe5c8fdcf4955
treeee275a09ddc4a4c9076ebf8deb8c7fc73bd556fa
parent683eb0e99a52c56e400f690a62236cf66ab4d981
c-lex.c (init_lex): Keep the "inline" keyword in C99 mode.

* c-lex.c (init_lex): Keep the "inline" keyword in C99 mode.
(yylex): Don't pedwarn for "inline" in C99 mode.

From-SVN: r35202
gcc/ChangeLog
gcc/c-lex.c