Author: smash
Date: Thu Mar  8 09:19:47 2007
New Revision: 17386

Modified:
   trunk/compilers/imcc/imcc.l

Log:
[compilers/imcc]
 * error messages should stick to English


Modified: trunk/compilers/imcc/imcc.l
==============================================================================
--- trunk/compilers/imcc/imcc.l (original)
+++ trunk/compilers/imcc/imcc.l Thu Mar  8 09:19:47 2007
@@ -611,7 +611,7 @@
     Interp* interp = yyget_extra(yyscanner);
 
     if (!interp) {
-        fprintf(stderr, "Argh, nao tenho interp\n");
+        fprintf(stderr, "Argh, interp not found\n");
         exit (1);
     }
 

Reply via email to