X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Fscm-lang.c;h=6a023146d6249f5a3b3c823f7c5fe01bed225cb2;hb=fefd0a378f5aff09fb63003bc2a6bb2e2d66ffee;hp=ea606228eb2e4a054e5fa2df5ded77d3c12182ad;hpb=fba45db2faf619e71856ee38ec63949c0ef6903e;p=binutils-gdb.git diff --git a/gdb/scm-lang.c b/gdb/scm-lang.c index ea606228eb2..6a023146d62 100644 --- a/gdb/scm-lang.c +++ b/gdb/scm-lang.c @@ -1,5 +1,5 @@ /* Scheme/Guile language support routines for GDB, the GNU debugger. - Copyright 1995, 2000 Free Software Foundation, Inc. + Copyright 1995, 1996, 1998, 2000 Free Software Foundation, Inc. This file is part of GDB. @@ -233,6 +233,7 @@ const struct language_defn scm_language_defn = c_builtin_types, range_check_off, type_check_off, + case_sensitive_off, scm_parse, c_error, evaluate_subexp_scm,