Added two new statements: prepush and postpop. These are code blocks that are
[external/ragel.git] / test / strings2.rl
index ad4dd40..9048ad7 100644 (file)
@@ -1,7 +1,9 @@
 /*
  * @LANG: c
- * @ALLOW_GENFLAGS: -T0 -T1 -F0 -F1 -P
+ * @ALLOW_GENFLAGS: -T0 -T1 -F0 -F1
  * @ALLOW_MINFLAGS: -n -m -l
+ *
+ * Test works with split code gen.
  */
 
 #include <string.h>
@@ -11,7 +13,7 @@
 
 %%{
        machine strs;
-       variable curstate fsm->cs;
+       variable cs fsm->cs;
 
        main := 
                "/lib/ld-linux.so.2\n" |