Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use the new cell, instead of the deleted old one.
  • Loading branch information
steve committed Mar 5, 2000
1 parent 380d562 commit 2a68121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ivlpp/lexor.lex
Expand Up @@ -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 <stdio.h>
Expand Down Expand Up @@ -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;
}

Expand Down

0 comments on commit 2a68121

Please sign in to comment.