svn commit: r243034 - head/crypto/heimdal/lib/sl

Dimitry Andric dim at FreeBSD.org
Wed Nov 14 18:49:03 UTC 2012


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
 
 %}


More information about the svn-src-all mailing list