mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-01 23:30:40 -08:00
Remove harmless type warning.
This commit is contained in:
parent
43099ff052
commit
491f242fa4
1 changed files with 1 additions and 1 deletions
|
|
@ -1267,5 +1267,5 @@ cl_symbols[] = {
|
|||
{":WILD-INFERIORS", KEYWORD, NULL, -1},
|
||||
|
||||
/* Tag for end of list */
|
||||
{NULL, CL_ORDINARY, NULL, NULL}};
|
||||
{NULL, CL_ORDINARY, NULL, -1}};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue