Patches from Diego Elio 'Flameeyes' Pettenò.
[external/ragel.git] / ragel / parsetree.cpp
index b1ce8b7..3245a54 100644 (file)
@@ -229,6 +229,7 @@ void LongestMatch::makeActions( ParseData *pd )
        InputLoc loc;
        loc.line = 1;
        loc.col = 1;
+       loc.fileName = "NONE";
 
        /* Create the error action. */
        InlineList *il6 = new InlineList;