merge from gcc
[deliverable/binutils-gdb.git] / libiberty / cp-demangle.c
index 6c7e859fc77910b69da5a2b200303fdf0ef3d614..5bea354beee94e0117baf2f0a21fcd1258e33ac3 100644 (file)
@@ -4144,7 +4144,7 @@ is_gnu_v3_mangled_dtor (const char *name)
 #include "getopt.h"
 #include "dyn-string.h"
 
-static void print_usage PARAMS ((FILE* fp, int exit_value));
+static void print_usage (FILE* fp, int exit_value);
 
 #define IS_ALPHA(CHAR)                                                  \
   (((CHAR) >= 'a' && (CHAR) <= 'z')                                     \
This page took 0.045465 seconds and 4 git commands to generate.