Also close bug
[filters.git] / jethro.l
index 89ed150e84ddb071e1699318958dd6cc198ff618..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");
 
@@ -263,13 +263,3 @@ er{EW}                     ESUB("uh");
 !                      SUB(". Ye DAWGies!!!");
 
 %%
-
-main()
-{
-       yylex();
-}
-
-int yywrap()
-{
-       return 1;
-}
This page took 0.009118 seconds and 4 git commands to generate.