diff options
| author | Rebecca Cran <brucec@FreeBSD.org> | 2010-11-22 20:10:48 +0000 |
|---|---|---|
| committer | Rebecca Cran <brucec@FreeBSD.org> | 2010-11-22 20:10:48 +0000 |
| commit | 1161d4202c3c938b634bd14435ec9ba96755a5d2 (patch) | |
| tree | 6a56b3f4589aac0feed490c2a3650fe296d1d9b0 /usr.bin/ar/acplex.l | |
| parent | 7dd052c1d9375f47c9143d93eabeb86483e98213 (diff) | |
Notes
Diffstat (limited to 'usr.bin/ar/acplex.l')
| -rw-r--r-- | usr.bin/ar/acplex.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ar/acplex.l b/usr.bin/ar/acplex.l index 3186d170ced2..0acf5b79d13b 100644 --- a/usr.bin/ar/acplex.l +++ b/usr.bin/ar/acplex.l @@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$"); #include "y.tab.h" #define YY_NO_UNPUT +#define YY_NO_INPUT int lineno = 1; int yylex(void); |
