Author: dim Date: Wed Nov 14 18:49:03 2012 New Revision: 243034 URL: http://svnweb.freebsd.org/changeset/base/243034
Log: In crypto/heimdal/lib/sl/slc-lex.l, don't define YY_NO_INPUT, since %option nounput is already specified. MFC after: 3 days Modified: head/crypto/heimdal/lib/sl/slc-lex.l Modified: head/crypto/heimdal/lib/sl/slc-lex.l ============================================================================== --- head/crypto/heimdal/lib/sl/slc-lex.l Wed Nov 14 18:43:58 2012 (r243033) +++ head/crypto/heimdal/lib/sl/slc-lex.l Wed Nov 14 18:49:03 2012 (r243034) @@ -47,8 +47,6 @@ unsigned lineno = 1; static void handle_comment(void); static char * handle_string(void); -#define YY_NO_UNPUT - #undef ECHO %} _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"