We don't need to create allocate the outpute file stream and open the file at
[external/ragel.git] / ragel / main.cpp
index 28b2126..120fae7 100644 (file)
@@ -503,6 +503,7 @@ void process( const char *inputFileName )
        if ( gblErrorCount > 0 )
                exit(1);
 
+       inputData.openOutput2();
        inputData.writeOutput();
 
        /* Close the input and the intermediate file. */