Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2012 23:11:04 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r243195 - stable/9/crypto/heimdal/lib/sl
Message-ID:  <201211172311.qAHNB4Bc003918@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Sat Nov 17 23:11:04 2012
New Revision: 243195
URL: http://svnweb.freebsd.org/changeset/base/243195

Log:
  MFC r243034:
  
  In crypto/heimdal/lib/sl/slc-lex.l, don't define YY_NO_INPUT, since
  %option nounput is already specified.

Modified:
  stable/9/crypto/heimdal/lib/sl/slc-lex.l
Directory Properties:
  stable/9/crypto/heimdal/   (props changed)

Modified: stable/9/crypto/heimdal/lib/sl/slc-lex.l
==============================================================================
--- stable/9/crypto/heimdal/lib/sl/slc-lex.l	Sat Nov 17 23:06:00 2012	(r243194)
+++ stable/9/crypto/heimdal/lib/sl/slc-lex.l	Sat Nov 17 23:11:04 2012	(r243195)
@@ -47,8 +47,6 @@ unsigned lineno = 1;
 static void handle_comment(void);
 static char * handle_string(void);
 
-#define YY_NO_UNPUT
-
 #undef ECHO
 
 %}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211172311.qAHNB4Bc003918>