Fix whitespace problem in my most recent entry.
[deliverable/binutils-gdb.git] / gdb / stabsread.h
index c899f5078d3110113a3cb3f8b435c97129a5eb94..8cbee75662a42a65bff23e09b91c50bbd0c7ea06 100644 (file)
 #define        EXTERN extern
 #endif
 
-/* Convert stab register number (from `r' declaration) to a gdb REGNUM.  */
-
-#ifndef STAB_REG_TO_REGNUM
-#define STAB_REG_TO_REGNUM(VALUE) (VALUE)
-#endif
-
 /* Hash table of global symbols whose values are not known yet.
    They are chained thru the SYMBOL_VALUE_CHAIN, since we don't
    have the correct data for that slot yet.
@@ -213,7 +207,7 @@ extern void elfstab_offset_sections (struct objfile *,
 
 extern void process_later
   (struct symbol *, char *,
-   int (*f) PARAMS ((struct objfile *, struct symbol *, char *)));
+   int (*f) (struct objfile *, struct symbol *, char *));
 
 extern int symbol_reference_defined (char **);
 
This page took 0.023605 seconds and 4 git commands to generate.