mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-18 01:29:40 +08:00
* gengtype-lex.l (YY_NO_INPUT): Define.
From-SVN: r143100
This commit is contained in:
parent
e4e5261f20
commit
5641785fdc
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user