diff --git a/lexor.lex b/lexor.lex index 9376478cc..51bdf5532 100644 --- a/lexor.lex +++ b/lexor.lex @@ -1,4 +1,6 @@ +%option never-interactive + %{ /* * Copyright (c) 1998-2000 Stephen Williams (steve@icarus.com) @@ -19,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #ifdef HAVE_CVS_IDENT -#ident "$Id: lexor.lex,v 1.90 2006/03/30 05:44:36 steve Exp $" +#ident "$Id: lexor.lex,v 1.91 2006/05/17 04:15:12 steve Exp $" #endif # include "config.h" diff --git a/vvp/lexor.lex b/vvp/lexor.lex index e85cd0365..70d2bb78d 100644 --- a/vvp/lexor.lex +++ b/vvp/lexor.lex @@ -1,4 +1,6 @@ +%option never-interactive + %{ /* * Copyright (c) 2001-2005 Stephen Williams (steve@icarus.com) @@ -19,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #ifdef HAVE_CVS_IDENT -#ident "$Id: lexor.lex,v 1.59 2006/03/08 05:29:42 steve Exp $" +#ident "$Id: lexor.lex,v 1.60 2006/05/17 04:15:25 steve Exp $" #endif # include "parse_misc.h" @@ -206,6 +208,9 @@ int yywrap() /* * $Log: lexor.lex,v $ + * Revision 1.60 2006/05/17 04:15:25 steve + * Lexor os never interactive. + * * Revision 1.59 2006/03/08 05:29:42 steve * Add support for logic parameters. *