[Pcsclite-cvs-commit] CVS HandlerTest/Host

CVS User rousseau ludovic.rousseau@free.fr
Fri, 22 Apr 2005 08:58:56 +0000


Update of /cvsroot/pcsclite/HandlerTest/Host
In directory haydn:/tmp/cvs-serv7659

Modified Files:
	tokenparser.l 
Log Message:
add
  %option nounput
to avoid the compilation warning
  `yyunput' defined but not used


--- /cvsroot/pcsclite/HandlerTest/Host/tokenparser.l	2003/08/11 16:36:48	1.1
+++ /cvsroot/pcsclite/HandlerTest/Host/tokenparser.l	2005/04/22 08:58:54	1.2
@@ -7,7 +7,7 @@
              See http://www.linuxnet.com for more information.
   License:   Copyright (C) 1999-2003 David Corcoran <corcoran@linuxnet.com>
              Ludovic Rousseau <ludovic.rousseau@free.fr>
-$Id: tokenparser.l,v 1.1 2003/08/11 16:36:48 rousseau Exp $
+$Id: tokenparser.l,v 1.2 2005/04/22 08:58:54 rousseau Exp $
 
 ******************************************************************/
 
@@ -28,6 +28,8 @@
 
 %}
 
+%option nounput
+
 %%
 
 #.*                                             {}