]> iEval git - filters.git/blobdiff - jive.l
releasing version 2.36
[filters.git] / jive.l
diff --git a/jive.l b/jive.l
index dcb99240b2bfcc52d71eab532eeb189e6b93c10e..1171975dae6e0b51212b0c14967318107639a102 100644 (file)
--- a/jive.l
+++ b/jive.l
@@ -7,6 +7,7 @@
  *
  *     Reproduction permitted so long as this notice is retained.
  */
+
 %}
 %e 1700
 %p 4000
 BW [ \t\(]
 EW [ \t.,;!\?$\)]
 %%
+%{
+       void plastc()
+       {
+               unput(yytext[yyleng-1]);
+       }
+%}
 @[Bb]egin(.*)          |
 ".so ".*$                      printf("%s", yytext);
 {BW}send                       printf("%ct'row",yytext[0]);
@@ -194,10 +201,6 @@ against                            printf("agin'");
 meta                           printf("meta-fuckin'");
 cally                          printf("c'l");
 %%
-plastc()
-{
-       unput(yytext[yyleng-1]);
-}
 
 caseify(c)
 char c;
This page took 0.017712 seconds and 4 git commands to generate.