diff options
Diffstat (limited to 'gdb/scm-lang.c')
-rw-r--r-- | gdb/scm-lang.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/scm-lang.c b/gdb/scm-lang.c index 7f31ba4..e72a88b 100644 --- a/gdb/scm-lang.c +++ b/gdb/scm-lang.c @@ -30,6 +30,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "gdb_string.h" #include "gdbcore.h" +extern void _initialize_scheme_language PARAMS ((void)); static value_ptr evaluate_subexp_scm PARAMS ((struct type *, struct expression *, int *, enum noside)); static value_ptr scm_lookup_name PARAMS ((char *)); |