summaryrefslogtreecommitdiff
path: root/libguile/gsubr.c
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2013-11-19 21:45:07 +0100
committerAndy Wingo <wingo@pobox.com>2013-11-19 21:45:07 +0100
commit4cbc95f1507249d757391927da42feaaf969a60a (patch)
treedd5f0c29c77de3dba1dcbd587337f45c1e0f77c2 /libguile/gsubr.c
parentc0a1a0b12d2e63c62ecdb82c570b5bb7faf637e1 (diff)
downloadguile-4cbc95f1507249d757391927da42feaaf969a60a.tar.gz
Rename objcodes?.{scm,c,h} to loader.{scm,c,h}
* libguile/loader.c: * libguile/loader.h: Rename from objcodes.[ch]. * module/system/vm/loader.scm: Rename from objcode.scm. * libguile/Makefile.am: * libguile/gsubr.c: * libguile/init.c: * libguile/procs.c: * libguile/vm.c: * module/Makefile.am: * module/ice-9/eval-string.scm: * module/language/rtl/spec.scm: * module/system/base/target.scm: * module/system/repl/command.scm: * module/system/repl/common.scm: * module/system/vm/debug.scm: * module/system/vm/disassembler.scm: * module/system/vm/objcode.scm: * test-suite/tests/compiler.test: * test-suite/tests/dwarf.test: * test-suite/tests/rtl-compilation.test: * test-suite/tests/rtl.test: Adapt.
Diffstat (limited to 'libguile/gsubr.c')
-rw-r--r--libguile/gsubr.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/libguile/gsubr.c b/libguile/gsubr.c
index 49edd3c5c..650ea668b 100644
--- a/libguile/gsubr.c
+++ b/libguile/gsubr.c
@@ -28,7 +28,6 @@
#include "libguile/gsubr.h"
#include "libguile/foreign.h"
#include "libguile/instructions.h"
-#include "libguile/objcodes.h"
#include "libguile/srfi-4.h"
#include "libguile/programs.h"
@@ -43,9 +42,7 @@
/* OK here goes nothing: we're going to define VM assembly trampolines for
- invoking subrs, along with their meta-information, and then wrap them into
- statically allocated objcode values. Ready? Right!
-*/
+ invoking subrs. Ready? Right! */
/* There's a maximum of 10 args, so the number of possible combinations is:
(REQ-OPT-REST)