diff options
Diffstat (limited to 'make-load-static-exts.tcl')
-rw-r--r-- | make-load-static-exts.tcl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make-load-static-exts.tcl b/make-load-static-exts.tcl index 955127d..9185e77 100644 --- a/make-load-static-exts.tcl +++ b/make-load-static-exts.tcl @@ -37,6 +37,9 @@ puts \{ foreach e $exts { set ext [lindex $e 1] puts "\textern int Jim_${ext}Init(Jim_Interp *);" +} +foreach e $exts { + set ext [lindex $e 1] puts "\tJim_${ext}Init(interp);" } |