diff options
Diffstat (limited to 'binutils/syslex.l')
-rw-r--r-- | binutils/syslex.l | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/binutils/syslex.l b/binutils/syslex.l index 7e3f298..abfa678 100644 --- a/binutils/syslex.l +++ b/binutils/syslex.l @@ -1,7 +1,7 @@ %option noinput nounput %{ -/* Copyright 2001, 2003, 2005, 2007 Free Software Foundation, Inc. +/* Copyright 2001, 2003, 2005, 2007, 2011 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -30,7 +30,9 @@ #endif #include "sysinfo.h" +#ifndef YY_NO_UNPUT #define YY_NO_UNPUT +#endif #ifndef yywrap static int yywrap (void) { return 1; } |