]> iEval git - filters.git/blobdiff - ken.l
* Moved from subversion to git.
[filters.git] / ken.l
diff --git a/ken.l b/ken.l
index 942564b87c832b1cd5340252f2ad63df19598de0..a8ee14c98e18a5304a999e80e61fc82295f82ba0 100644 (file)
--- a/ken.l
+++ b/ken.l
@@ -213,7 +213,8 @@ directories printf("lockups");
 [Ff][Oo][Rr][Tt][Rr][Aa][Nn]   printf("Manfred Mann");
 [Cc][Oo][Bb][Oo][Ll]   printf("Albert Hall");
 [Jj]ava                printf("Wot a palavah");
-[Ww][Aa][Pp]   printf("Pony and trap");
+W[aA][pP]      printf("Pony and trap");
+" wap"         printf(" pony and trap");
 Stopped                printf("'Ad the mockers put on");
 stopped                printf("'ad the mockers put on");
 Stopping       printf("Putting the mockers on");
@@ -285,9 +286,3 @@ aw          printf("or");
 .              printf(yytext);
 \n             printf("\n");
 %%
-
-main()
-{
-       srand(getpid());
-       yylex();
-}
This page took 0.018489 seconds and 4 git commands to generate.