aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ascend-scanner.l
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-07-08 02:11:09 +0000
committerGuy Harris <guy@alum.mit.edu>2003-07-08 02:11:09 +0000
commite3f7c2bb89934183599acba2e627a932c7474055 (patch)
tree4fe3607abb33721a4f2340c2a1e6fc23087f4949 /wiretap/ascend-scanner.l
parentffb5f848c78d4244fd149714c0c781b3e75997c2 (diff)
downloadwireshark-e3f7c2bb89934183599acba2e627a932c7474055.tar.gz
wireshark-e3f7c2bb89934183599acba2e627a932c7474055.tar.bz2
wireshark-e3f7c2bb89934183599acba2e627a932c7474055.zip
%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
Diffstat (limited to 'wiretap/ascend-scanner.l')
-rw-r--r--wiretap/ascend-scanner.l4
1 files changed, 1 insertions, 3 deletions
diff --git a/wiretap/ascend-scanner.l b/wiretap/ascend-scanner.l
index 8f7e153463..fe0202a172 100644
--- a/wiretap/ascend-scanner.l
+++ b/wiretap/ascend-scanner.l
@@ -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);