* Better flex fixups; make sure to link with -lfl even if building
[filters.git] / jethro.l
index 89ed150e84ddb071e1699318958dd6cc198ff618..408d396a9adbc3427da4465e7f85a38196691f63 100644 (file)
--- a/jethro.l
+++ b/jethro.l
@@ -263,13 +263,3 @@ er{EW}                     ESUB("uh");
 !                      SUB(". Ye DAWGies!!!");
 
 %%
-
-main()
-{
-       yylex();
-}
-
-int yywrap()
-{
-       return 1;
-}
This page took 0.009871 seconds and 4 git commands to generate.