Don't segfault when there are no machine instantiations.
[external/ragel.git] / ragel / cscodegen.h
index fae7f4d..0471ea9 100644 (file)
@@ -48,12 +48,7 @@ struct RedAction;
 struct LongestMatch;
 struct LongestMatchPart;
 
-inline string itoa( int i )
-{
-       char buf[16];
-       sprintf( buf, "%i", i );
-       return buf;
-}
+string itoa( int i );
 
 /*
  * class CSharpFsmCodeGen
@@ -97,10 +92,10 @@ protected:
 
        string P();
        string PE();
-       string EOFV();
+       string vEOF();
 
        string ACCESS();
-       string CS();
+       string vCS();
        string STACK();
        string TOP();
        string TOKSTART();