mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-07 09:50:25 -08:00
Moved ecl_init_function_t declaration to ecl.h, previous commit was mistyped.
This commit is contained in:
parent
2117ade8fa
commit
10be25aff7
2 changed files with 2 additions and 2 deletions
|
|
@ -33,6 +33,8 @@ 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
|
||||
|
|
|
|||
|
|
@ -47,8 +47,6 @@ extern void ecl_init_env(struct cl_env_struct *);
|
|||
extern void init_LSP(cl_object);
|
||||
extern void init_CLOS(cl_object);
|
||||
|
||||
typedef void (*ecl_init_function_t)(cl_object block);
|
||||
|
||||
/* all_functions.d */
|
||||
|
||||
extern const struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue