diff options
Diffstat (limited to 'gdb/stabsread.c')
-rw-r--r-- | gdb/stabsread.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/stabsread.c b/gdb/stabsread.c index 409f303..6ee61e0 100644 --- a/gdb/stabsread.c +++ b/gdb/stabsread.c @@ -7200,9 +7200,7 @@ hashname (const char *name) /* Initializer for this module. */ -void _initialize_stabsread (); -void -_initialize_stabsread () +INIT_GDB_FILE (stabsread) { undef_types_allocated = 20; undef_types_length = 0; |