* gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
[deliverable/binutils-gdb.git] / gdb / ser-ocd.c
index 733d69217c185093dc2832fb408219430b7882bf..deb2d3d05bc97434297c116edc7d87b8ecc31856 100644 (file)
@@ -30,7 +30,7 @@
 #ifdef _WIN32
 /* On Windows, this function pointer is initialized to a function in
    the wiggler DLL.  */
-static int (*dll_do_command) PARAMS ((const char *, char *));
+static int (*dll_do_command) (const char *, char *);
 #endif
 
 static int
@@ -49,7 +49,7 @@ ocd_open (scb, name)
       if (handle == NULL)
        error ("Can't load Wigglers.dll");
 
-      dll_do_command = ((int (*)PARAMS ((const char *, char *)))
+      dll_do_command = ((int (*) (const char *, char *))
                        GetProcAddress (handle, "do_command"));
       if (dll_do_command == NULL)
        error ("Can't find do_command function in Wigglers.dll");
This page took 0.02372 seconds and 4 git commands to generate.