[Pcsclite-cvs-commit] CVS PCSC/src

CVS User rousseau ludovic.rousseau@free.fr
Tue, 21 Sep 2004 12:33:54 -0600


Update of /cvsroot/pcsclite/PCSC/src
In directory haydn:/tmp/cvs-serv11493

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


--- /cvsroot/pcsclite/PCSC/src/configfile.l	2004/09/14 08:13:52	1.17
+++ /cvsroot/pcsclite/PCSC/src/configfile.l	2004/09/21 18:33:54	1.18
@@ -8,7 +8,7 @@
  *  Damien Sauveron <damien.sauveron@labri.fr>
  *  Ludovic Rousseau <ludovic.rousseau@free.fr>
  *
- * $Id: configfile.l,v 1.17 2004/09/14 08:13:52 rousseau Exp $
+ * $Id: configfile.l,v 1.18 2004/09/21 18:33:54 rousseau Exp $
  */
 
 %{
@@ -27,6 +27,8 @@
 
 %}
 
+%option nounput
+
 %%
 
 #.*                                       {}
--- /cvsroot/pcsclite/PCSC/src/tokenparser.l	2004/09/14 22:47:05	1.16
+++ /cvsroot/pcsclite/PCSC/src/tokenparser.l	2004/09/21 18:33:54	1.17
@@ -7,7 +7,7 @@
  *  David Corcoran <corcoran@linuxnet.com>
  *  Ludovic Rousseau <ludovic.rousseau@free.fr>
  *
- * $Id: tokenparser.l,v 1.16 2004/09/14 22:47:05 rousseau Exp $
+ * $Id: tokenparser.l,v 1.17 2004/09/21 18:33:54 rousseau Exp $
  */
 
 %{
@@ -34,6 +34,8 @@
 
 %}
 
+%option nounput
+
 %%
 
 #.*                                             {}