Also close bug
[filters.git] / jethro.l
index 1ea0f79a655e028dfdc05cf544cf76bb1b785152..231ef24afa424929cae0a32b5285a38517bf0fc4 100644 (file)
--- a/jethro.l
+++ b/jethro.l
@@ -169,7 +169,7 @@ char WhAt[]="@(#)Duane Paulson's hillbilly text filter. (jethro)\n@(#)$Header: j
 [Dd]og                 SUB("Dawg");
 [Ll]awyer              |
 [Ll]egal{BW}counc[ei]l |
-[Ll]egal{BW}councellor |
+[Ll]egal{BW}councillor |
 [Aa]ttorney            |
 [Aa]ttorney{BW}[Aa]t{BW}[Ll]aw SUB("City slicker");
 
@@ -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");
@@ -265,9 +263,3 @@ er{EW}                      ESUB("uh");
 !                      SUB(". Ye DAWGies!!!");
 
 %%
-
-main()
-{
-       yylex();
-}
-
This page took 0.009795 seconds and 4 git commands to generate.