From 2a681216850e568ce2086aa3a118a3a360e4d68d Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 5 Mar 2000 06:13:29 +0000 Subject: [PATCH] Use the new cell, instead of the deleted old one. --- ivlpp/lexor.lex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ivlpp/lexor.lex b/ivlpp/lexor.lex index 12684d078..034cba0e2 100644 --- a/ivlpp/lexor.lex +++ b/ivlpp/lexor.lex @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #if !defined(WINNT) -#ident "$Id: lexor.lex,v 1.14 1999/10/08 17:27:56 steve Exp $" +#ident "$Id: lexor.lex,v 1.15 2000/03/05 06:13:29 steve Exp $" #endif # include @@ -522,7 +522,7 @@ static int yywrap() if (line_direct_flag) fprintf(yyout, "\n#line \"%s\" 0\n", istack->path); - yyrestart(isp->file); + yyrestart(istack->file); return 0; }