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:
Juan Jose Garcia Ripoll 2012-06-06 11:19:55 +02:00
parent 6f2fd54130
commit 64a9168434
109 changed files with 1489 additions and 1438 deletions

View file

@ -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) {