]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/config/xm-aix4.h
PARAMS removal.
[thirdparty/binutils-gdb.git] / gdb / config / xm-aix4.h
index 14d62448c653cff0bb83cf81058a7f0008178a75..d1d4cdc2c7a0e8f99eaa9363c9ddc8240d41649c 100644 (file)
@@ -73,7 +73,7 @@ char *termdef ();
 /* Signal handler for SIGWINCH `window size changed'. */
 
 #define        SIGWINCH_HANDLER  aix_resizewindow
-extern void aix_resizewindow PARAMS ((int));
+extern void aix_resizewindow (int);
 
 /* `lines_per_page' and `chars_per_line' are local to utils.c. Rectify this. */