diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2012-11-14 18:49:03 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2012-11-14 18:49:03 +0000 |
commit | ea74d89cf2b8c1fdb2f2cef3929cbcd448bf6409 (patch) | |
tree | e79365d734491ccd2765b648d2a6e85f78cc20f8 /crypto/heimdal/lib | |
parent | 9dbe0b121c7ab0db0342895dbc22eda8c178c5f6 (diff) | |
download | src-ea74d89cf2b8c1fdb2f2cef3929cbcd448bf6409.tar.gz src-ea74d89cf2b8c1fdb2f2cef3929cbcd448bf6409.zip |
In crypto/heimdal/lib/sl/slc-lex.l, don't define YY_NO_INPUT, since
%option nounput is already specified.
MFC after: 3 days
Notes
Notes:
svn path=/head/; revision=243034
Diffstat (limited to 'crypto/heimdal/lib')
-rw-r--r-- | crypto/heimdal/lib/sl/slc-lex.l | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/heimdal/lib/sl/slc-lex.l b/crypto/heimdal/lib/sl/slc-lex.l index 1099ede32b8c..6101569ab602 100644 --- a/crypto/heimdal/lib/sl/slc-lex.l +++ b/crypto/heimdal/lib/sl/slc-lex.l @@ -47,8 +47,6 @@ unsigned lineno = 1; static void handle_comment(void); static char * handle_string(void); -#define YY_NO_UNPUT - #undef ECHO %} |