%yynowrap forces "yywrap()" to be a macro that returns 1, so there's no

need to define "ascendwrap()" to return 1 - "ascendwrap()" is no longer
used.

svn path=/trunk/; revision=7980
This commit is contained in:
Guy Harris 2003-07-08 02:11:09 +00:00
parent ffb5f848c7
commit e3f7c2bb89
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,7 @@
%{
/* ascend-scanner.l
*
* $Id: ascend-scanner.l,v 1.23 2001/12/06 08:25:52 guy Exp $
* $Id: ascend-scanner.l,v 1.24 2003/07/08 02:11:09 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@ -281,8 +281,6 @@ task:|task|at|time:|octets { return KEYWORD; }
%%
int ascendwrap() { return 1; }
void ascend_init_lexer(FILE_T fh)
{
yyrestart(0);