mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
Separate lisp objects for functions with fixed and variable # arguments
This commit is contained in:
parent
0dbab7db8f
commit
cb9939d6c0
17 changed files with 98 additions and 66 deletions
|
|
@ -215,7 +215,7 @@ disassemble(cl_object bytecodes, cl_opcode *vector) {
|
|||
else
|
||||
line_format = Cnil;
|
||||
BEGIN:
|
||||
if (0) {
|
||||
if (1) {
|
||||
line_no = MAKE_FIXNUM(vector-base);
|
||||
} else {
|
||||
line_no = @'*';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue