X-Git-Url: http://git.ieval.ro/?p=filters.git;a=blobdiff_plain;f=jethro.l;h=231ef24afa424929cae0a32b5285a38517bf0fc4;hp=89ed150e84ddb071e1699318958dd6cc198ff618;hb=HEAD;hpb=7f4e9d5ed94ae3d89fa2548194ef0bf190368080 diff --git a/jethro.l b/jethro.l index 89ed150..231ef24 100644 --- 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; -}