]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gengtype-lex.l (YY_NO_INPUT): Define.
authorBen Elliston <bje@gcc.gnu.org>
Mon, 5 Jan 2009 22:34:29 +0000 (09:34 +1100)
committerBen Elliston <bje@gcc.gnu.org>
Mon, 5 Jan 2009 22:34:29 +0000 (09:34 +1100)
From-SVN: r143100

gcc/ChangeLog
gcc/gengtype-lex.l

index e2d97bc3f3b922e3c399ad3a02f6baead2884c6b..5853ca870c9ad99330ac2a850f03ab5211c7e46f 100644 (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>
 
index 822c84cbed40613ed2544b34158ba0d019aedd09..027ba4d87ef9c588f3d2f095f221f288c42dd159 100644 (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