mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
Ack was already defined.
This commit is contained in:
parent
e0d4aea4e8
commit
bb2c54296d
1 changed files with 1 additions and 2 deletions
|
|
@ -530,10 +530,9 @@ cl_boot(int argc, char **argv)
|
|||
int code;
|
||||
} extra_names[] = { { "Null", 0 },
|
||||
{ "Linefeed", 10 },
|
||||
{ "Ack", 1 },
|
||||
{ "Bell", 7 },
|
||||
{ "Escape", 27 } };
|
||||
for (i = 0; i < 5; i++) {
|
||||
for (i = 0; i < 4; i++) {
|
||||
cl_object name = make_constant_base_string(extra_names[i].name);
|
||||
ecl_sethash(name, aux, MAKE_FIXNUM(extra_names[i].code));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue