lm_switch needs to set p from tokend when there is no user action.
[external/ragel.git] / test / erract5.rl
index 2b23324..0ea6e9a 100644 (file)
@@ -69,6 +69,7 @@
 {
        const char *p = _data;
        const char *pe = _data + _len;
+       const char *eof = pe;
        %% write exec;
 }