mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-05-03 22:40:41 -07:00
CHARACTERP, BASE_CHAR_P, BASE_CHAR_CODE_P, CODE_CHAR, CHAR_CODE, REAL_TYPE, IMMEDIATE, IMMEDIATE_TAG, FIXNUM_TAG, FIXNUM_MINUSP, FIXNUM_PLUSP, FIXNUMP and fix get the ecl_ prefix
This commit is contained in:
parent
6f2fd54130
commit
64a9168434
109 changed files with 1489 additions and 1438 deletions
|
|
@ -115,8 +115,8 @@ static cl_object si_simple_toplevel ()
|
|||
"ECL (Embeddable Common Lisp)\n",
|
||||
output);
|
||||
ecl_force_output(output);
|
||||
for (i = 1; i<fix(si_argc()); i++) {
|
||||
cl_object arg = si_argv(MAKE_FIXNUM(i));
|
||||
for (i = 1; i<ecl_fix(si_argc()); i++) {
|
||||
cl_object arg = si_argv(ecl_make_fixnum(i));
|
||||
cl_load(1, arg);
|
||||
}
|
||||
while (1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue