Added two new statements: prepush and postpop. These are code blocks that are
[external/ragel.git] / test / strings2.rl
index 6307a2b..9048ad7 100644 (file)
@@ -13,7 +13,7 @@
 
 %%{
        machine strs;
-       variable curstate fsm->cs;
+       variable cs fsm->cs;
 
        main := 
                "/lib/ld-linux.so.2\n" |