get rid of unused m4 files
[deliverable/binutils-gdb.git] / gdb / language.h
index 02fccec1ee053671c57a9058b033522e66f2d070..5c1e93b670fd83a1a1fc902e38adb1c133fb24cc 100644 (file)
@@ -395,10 +395,12 @@ op_error PARAMS ((char *fmt, enum exp_opcode, int));
    op_error((f),(o),range_check==range_check_on ? 1 : 0)
 
 extern void
-type_error ();
+type_error PARAMS ((char *, ...))
+     ATTR_FORMAT(printf, 1, 2);
 
 void
-range_error ();
+range_error PARAMS ((char *, ...))
+     ATTR_FORMAT(printf, 1, 2);
 
 /* Data:  Does this value represent "truth" to the current language?  */
 
This page took 0.023215 seconds and 4 git commands to generate.