summaryrefslogtreecommitdiffstats
path: root/usr.bin/mklocale/lex.l
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-05-30 22:48:22 +0000
committerphk <phk@FreeBSD.org>1996-05-30 22:48:22 +0000
commit628bfc8764f6e2e5f71b7914871adc99e2a3f279 (patch)
tree747a88ec1aa913f2df6a84b00c2f1e9f08dd2623 /usr.bin/mklocale/lex.l
parent49058140a15d8d8b2b82bda5d8c2385c28e2cf48 (diff)
downloadFreeBSD-src-628bfc8764f6e2e5f71b7914871adc99e2a3f279.zip
FreeBSD-src-628bfc8764f6e2e5f71b7914871adc99e2a3f279.tar.gz
yacc rules change.
Diffstat (limited to 'usr.bin/mklocale/lex.l')
-rw-r--r--usr.bin/mklocale/lex.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mklocale/lex.l b/usr.bin/mklocale/lex.l
index 0e2f1a9..11da3d5 100644
--- a/usr.bin/mklocale/lex.l
+++ b/usr.bin/mklocale/lex.l
@@ -44,7 +44,7 @@ static char sccsid[] = "@(#)lex.l 8.1 (Berkeley) 6/6/93";
#include <stdlib.h>
#include "ldef.h"
-#include "y.tab.h"
+#include "yacc.tab.h"
%}
ODIGIT [0-7]
OpenPOWER on IntegriCloud