lm_switch needs to set p from tokend when there is no user action.
[external/ragel.git] / test / clang2.rl
index fb7428e..3b22e4b 100644 (file)
 {
        const char *p = data; 
        const char *pe = data + len;
+       const char *eof = pe;
 
        %% write exec;
 }