diff options
author | Andy Wingo <wingo@pobox.com> | 2013-11-08 17:42:54 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2013-11-08 17:42:54 +0100 |
commit | 84680d238299c3b2c8be42b16a8be0ff6e02ba5c (patch) | |
tree | 69cf6033285f36721f7ce273f7544c091d224880 /module/scripts | |
parent | 741073719e657c8d7103287e942a72a6aedcce88 (diff) | |
download | guile-84680d238299c3b2c8be42b16a8be0ff6e02ba5c.tar.gz |
Miscellaneous fixups related to objcode removal.
* module/scripts/compile.scm: Fix --help message.
* module/system/repl/command.scm (disassemble): Fix error message.
* module/system/vm/frame.scm: Remove objcode import.
* module/system/vm/objcode.scm: Remove some exports related to the
objcode type.
Diffstat (limited to 'module/scripts')
-rw-r--r-- | module/scripts/compile.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/scripts/compile.scm b/module/scripts/compile.scm index db58a339a..76a253129 100644 --- a/module/scripts/compile.scm +++ b/module/scripts/compile.scm @@ -158,7 +158,7 @@ Compile each Guile source file FILE into a Guile object. for a list of available warnings -f, --from=LANG specify a source language other than `scheme' - -t, --to=LANG specify a target language other than `objcode' + -t, --to=LANG specify a target language other than `rtl' -T, --target=TRIPLET produce bytecode for host TRIPLET Note that auto-compilation will be turned off. |