* gengtype-lex.l (YY_NO_INPUT): Define.

From-SVN: r143100
This commit is contained in:
Ben Elliston 2009-01-06 09:34:29 +11:00
parent e4e5261f20
commit 5641785fdc
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,12 @@
2009-01-06 Ben Elliston <bje@au.ibm.com>
* gengtype-lex.l (YY_NO_INPUT): Define.
2009-01-05 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR c/34911
* c-common.c (handle_vector_size_attribute): Also reject BOOLEAN_TYPE types.
* c-common.c (handle_vector_size_attribute): Also reject
BOOLEAN_TYPE types.
2009-01-05 Sebastian Pop <sebastian.pop@amd.com>

View File

@ -27,6 +27,7 @@ along with GCC; see the file COPYING3. If not see
#include "gengtype.h"
#define YY_NO_INPUT
#define YY_DECL int yylex (const char **yylval)
#define yyterminate() return EOF_TOKEN