In the bytecodes compiler, export some symbols which are used in the ANSI test suite

This commit is contained in:
Juanjo Garcia-Ripoll 2012-04-18 22:35:42 +02:00 committed by Juan Jose Garcia Ripoll
parent c0b462b4a6
commit 92983005ed

6
contrib/bytecmp/bytecmp.lsp Normal file → Executable file
View 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)))