mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 23:50:56 -08:00
No token should appear after an #endif
This commit is contained in:
parent
13658e4996
commit
91c95f41cf
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ ONCE_MORE:
|
|||
obj->foreign.size = 0;
|
||||
obj->foreign.data = NUL;;
|
||||
break;
|
||||
#endif ECL_FFI
|
||||
#endif
|
||||
default:
|
||||
printf("\ttype = %d\n", t);
|
||||
error("alloc botch.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue