diff options
Diffstat (limited to 'gdb/frame.c')
-rw-r--r-- | gdb/frame.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/frame.c b/gdb/frame.c index c746a6a..9ec93eb 100644 --- a/gdb/frame.c +++ b/gdb/frame.c @@ -2958,8 +2958,9 @@ the rest of the stack trace."), }, }; +void _initialize_frame (); void -_initialize_frame (void) +_initialize_frame () { obstack_init (&frame_cache_obstack); |