mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-07 09:50:25 -08:00
Corrected next typo. Remember: *don't* commit when half-asleep.
This commit is contained in:
parent
10be25aff7
commit
967ab52cc6
1 changed files with 2 additions and 2 deletions
|
|
@ -33,8 +33,6 @@ typedef unsigned char uint8_t;
|
|||
typedef unsigned short uint16_t;
|
||||
#endif
|
||||
|
||||
typedef void (*ecl_init_function_t)(cl_object block);
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#ifdef ECL_THREADS
|
||||
|
|
@ -69,3 +67,5 @@ typedef void (*ecl_init_function_t)(cl_object block);
|
|||
#ifdef LOCATIVE
|
||||
#include <unify.h>
|
||||
#endif
|
||||
|
||||
typedef void (*ecl_init_function_t)(cl_object block);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue