removed redundant error check
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Mon, 6 Oct 2008 16:42:34 +0000 (16:42 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Mon, 6 Oct 2008 16:42:34 +0000 (16:42 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@470 052ea7fc-9027-0410-9066-f65837a77df0

ragel/main.cpp

index 1e7ccc0..9cef28b 100644 (file)
@@ -476,9 +476,6 @@ void process( const char *inputFileName, const char *intermed )
        if ( machineSpec == 0 && machineName == 0 )
                hostData << "</host>\n";
 
-       if ( gblErrorCount > 0 )
-               exit(1);
-       
        /* Open the XML file for writing. */
        ostream *xmlOutFile = new ofstream( xmlFileName );