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