diff options
author | Thiemo Seufer <ths@networkno.de> | 2001-12-04 14:29:11 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2001-12-04 14:29:11 +0000 |
commit | 956c53ee2897f62a5108ebc8833bd280ab73b68e (patch) | |
tree | a7834c272290a9ec04e5ebde4636e3e5fe18fa15 /binutils/arlex.l | |
parent | 7496292d882a21b67db64b9969107586d6970002 (diff) | |
download | gdb-956c53ee2897f62a5108ebc8833bd280ab73b68e.zip gdb-956c53ee2897f62a5108ebc8833bd280ab73b68e.tar.gz gdb-956c53ee2897f62a5108ebc8833bd280ab73b68e.tar.bz2 |
* arlex.l: Silence compile warnings.
* arsup.h: Likewise. Fix formatting.
Diffstat (limited to 'binutils/arlex.l')
-rw-r--r-- | binutils/arlex.l | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/arlex.l b/binutils/arlex.l index 4e2895c..381b177 100644 --- a/binutils/arlex.l +++ b/binutils/arlex.l @@ -29,6 +29,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "libiberty.h" #include "arparse.h" +#define YY_NO_UNPUT + +extern int yylex PARAMS ((void)); + int linenumber; %} |