mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
In the bytecodes compiler, export some symbols which are used in the ANSI test suite
This commit is contained in:
parent
c0b462b4a6
commit
92983005ed
1 changed files with 6 additions and 0 deletions
6
contrib/bytecmp/bytecmp.lsp
Normal file → Executable file
6
contrib/bytecmp/bytecmp.lsp
Normal file → Executable file
|
|
@ -16,6 +16,12 @@
|
|||
|
||||
(in-package "EXT")
|
||||
|
||||
(defpackage "C"
|
||||
(:use "CL")
|
||||
(:export
|
||||
"*SUPPRESS-COMPILER-WARNINGS*"
|
||||
"*SUPPRESS-COMPILER-NOTES*"))
|
||||
|
||||
(defun bc-disassemble (thing)
|
||||
(when (si::valid-function-name-p thing)
|
||||
(setq thing (fdefinition thing)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue