aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBen Elliston <bje@gcc.gnu.org>2009-01-06 09:34:29 +1100
committerBen Elliston <bje@gcc.gnu.org>2009-01-06 09:34:29 +1100
commit5641785fdca4ec156a81efc80c979287f6eac30b (patch)
treee9d88ae2bfa165bfdd7cc74eb339acc5eba0d210 /gcc
parente4e5261f2007b11c1136df16fee633caeeb10154 (diff)
downloadgcc-5641785fdca4ec156a81efc80c979287f6eac30b.zip
gcc-5641785fdca4ec156a81efc80c979287f6eac30b.tar.gz
gcc-5641785fdca4ec156a81efc80c979287f6eac30b.tar.bz2
* gengtype-lex.l (YY_NO_INPUT): Define.
From-SVN: r143100
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/gengtype-lex.l1
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e2d97bc..5853ca8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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>
diff --git a/gcc/gengtype-lex.l b/gcc/gengtype-lex.l
index 822c84c..027ba4d 100644
--- a/gcc/gengtype-lex.l
+++ b/gcc/gengtype-lex.l
@@ -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