* Deal with the new flex 2.5.31 as follows:
[filters.git] / jethro.l
index 1ea0f79a655e028dfdc05cf544cf76bb1b785152..89ed150e84ddb071e1699318958dd6cc198ff618 100644 (file)
--- a/jethro.l
+++ b/jethro.l
@@ -206,7 +206,6 @@ char WhAt[]="@(#)Duane Paulson's hillbilly text filter. (jethro)\n@(#)$Header: j
 {SW}[Aa]t{BW}all{EW}   *(yytext+1)=(char)'A'; SESUB("A tall");
 
 {SW}[Aa]m{EW}          |
-{SW}[Aa]re{EW}         SESUB("Is");
 {SW}[Ww]as{EW}         |
 {SW}[Ww]ere{EW}                SESUB("Wuz");
 {SW}[Ww]asn't{EW}      SESUB("Wasunt");
@@ -231,7 +230,6 @@ ing                 SUB("in");
 {SW}[Tt]oo{EW}         SESUB("Besides");
 {SW}[Tt]o{EW}          SESUB("Tuh");
 {SW}[Aa][n]?{EW}       SESUB("Ah");
-{SW}[Aa]re{EW}         |
 {SW}[Oo]ur{EW}         |
 {SW}[Oo]r{EW}          SESUB("Ore");
 {SW}[Oo]f{EW}          SESUB("Uv");
@@ -271,3 +269,7 @@ main()
        yylex();
 }
 
+int yywrap()
+{
+       return 1;
+}
This page took 0.009413 seconds and 4 git commands to generate.