mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 14:21:48 -08:00
Removed debug statement.
This commit is contained in:
parent
e91a793052
commit
5909bb0621
1 changed files with 0 additions and 1 deletions
|
|
@ -50,7 +50,6 @@ print_oparg_arg(const char *s, cl_fixnum n, cl_object x) {
|
|||
#define GET_DATA(r,v,data) { \
|
||||
cl_oparg ndx; \
|
||||
GET_OPARG(ndx, v); \
|
||||
printf("oparg: %d\n", ndx); \
|
||||
r = data[ndx]; \
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue