Don't need "Did you mean literal(...)?" anymore.
[repair.git] / Repair / RepairCompiler / MCC / MDL.cup
index 4d2e02a8e2976ce64b8901340d06254ab33ec5bf..8c5e14f9fd90b455f07f273663a909bae57601cb 100755 (executable)
@@ -75,8 +75,10 @@ parser code {:
                 report_error(filename+":"+(symbol.line+1)+": Syntax error at column " 
                 + (LineCount.getColumn(symbol.left)+1) +": " + current.value, current);
 
+               /*              
                if (current.value.equals("true") || isInteger)
                   System.out.println("Did you mean literal("+current.value+")?");
+               */
               
                        if (LineCount.getColumn(symbol.left) == 0)      
                   System.out.println("Did you forget a semicolon on the previous line?");