PARAMS elimination.
authorKevin Buettner <kevinb@redhat.com>
Wed, 14 Jun 2000 00:59:07 +0000 (00:59 +0000)
committerKevin Buettner <kevinb@redhat.com>
Wed, 14 Jun 2000 00:59:07 +0000 (00:59 +0000)
gdb/ChangeLog
gdb/ser-ocd.c
gdb/symtab.c

index 6daf6afeb0c8c210808d72605c5f93b351a157b2..dff4b9804c113702399f02a8f546d0b5354d61a6 100644 (file)
@@ -1,3 +1,7 @@
+2000-06-13  Kevin Buettner  <kevinb@redhat.com>
+
+       * ser-ocd.c, symtab.c: Eliminate use of PARAMS from these files.
+
 Tue Jun 13 09:21:23 2000  Jeffrey A Law  (law@cygnus.com)
 
        * configure.host (hppa*64*): Renamed from hppa2.0w per
index c5c71035af16ef1fe31c644b4809033ea2fcf3ef..deb2d3d05bc97434297c116edc7d87b8ecc31856 100644 (file)
@@ -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");
index 5f0e84aeefe2c6288f8af3ad6c83d011be36ead1..fd9c150affaee2c8d16361b9c8e580950b6f3836 100644 (file)
@@ -77,9 +77,9 @@ char *operator_chars (char *, char **);
 
 static int find_line_common (struct linetable *, int, int *);
 
-static struct partial_symbol *lookup_partial_symbol PARAMS
-  ((struct partial_symtab *, const char *,
-    int, namespace_enum));
+static struct partial_symbol *lookup_partial_symbol (struct partial_symtab *,
+                                                    const char *, int,
+                                                    namespace_enum);
 
 static struct partial_symbol *fixup_psymbol_section (struct
                                                     partial_symbol *,