Commit 5641785f by Ben Elliston

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

From-SVN: r143100
parent e4e5261f
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>
......
......@@ -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
......
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