]> iEval git - filters.git/blobdiff - newspeak.l
DEP5
[filters.git] / newspeak.l
index 51333abd1034927d31f785ae344897f0ba6cfa9f..ce0f57314030ddf22c9e08c34071ff1b2d2f48d5 100644 (file)
@@ -13,7 +13,6 @@
  *      for any purpose.  It is provided "as is" without express or
  *      implied warranty.
  *
- *     Permissiom granted for noncommercial use and redistribution.
  *     To compile:
  *
  *     flex newspeak.l
@@ -587,7 +586,7 @@ robably|ventually|[Oo]bvious|[Bb]asic|{W}[Oo]nly|otally     |
 [.,!?]\"([^\n\".!]+[.!])?\n/[\n\t ]    printf("%c  Hail Big Brother!\"%s",Y0,yytext+2);
 \"([.,!?][^\n\".!]+[.!])?\n/[\n\t ]    printf("%c  Hail Big Brother!\"%s",Y1,yytext+2);
 
-.                      printf(yytext);
+.                      printf("%s", yytext);
 \n                     printf("\n");
 
 %{
This page took 0.020367 seconds and 4 git commands to generate.