]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/tui/tuiIO.c
PARAMS removal.
[thirdparty/binutils-gdb.git] / gdb / tui / tuiIO.c
index 60a296526f88ff9b059f80dee8e6d8c651607d67..1256a50cd1dcca29f06d5eae86d0a62834abbc8c 100644 (file)
@@ -29,8 +29,8 @@ int insert_mode = 0;
 /********************************************
 **       LOCAL STATIC FORWARD DECLS        **
 ********************************************/
-static void _updateCommandInfo PARAMS ((int));
-static unsigned int _tuiHandleResizeDuringIO PARAMS ((unsigned int));
+static void _updateCommandInfo (int);
+static unsigned int _tuiHandleResizeDuringIO (unsigned int);
 
 
 /*********************************************************************************