diff options
Diffstat (limited to 'gdb/guile/lib/gdb.scm')
-rw-r--r-- | gdb/guile/lib/gdb.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/guile/lib/gdb.scm b/gdb/guile/lib/gdb.scm index 4fd4699..552bfe9 100644 --- a/gdb/guile/lib/gdb.scm +++ b/gdb/guile/lib/gdb.scm @@ -494,11 +494,11 @@ ;; Load the rest of the Scheme side. -(use-modules ((gdb init))) +(include "gdb/init.scm") ;; These come from other files, but they're really part of this module. -(re-export +(export ;; init.scm orig-input-port |