2006-12-31 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / gdb / ada-exp.y
index c45e20191ebd1db533dad41892ef35cdcefe954a..ae0290771da114de225b2b6f9f439519b2dd7065 100644 (file)
@@ -768,7 +768,7 @@ ada_parse (void)
 void
 yyerror (char *msg)
 {
-  error (_("A %s in expression, near `%s'."), (msg ? msg : _("error")), lexptr);
+  error (_("Error in expression, near `%s'."), lexptr);
 }
 
 /* The operator name corresponding to operator symbol STRING (adds
This page took 0.023263 seconds and 4 git commands to generate.