Moved ecl_init_function_t declaration to ecl.h, previous commit was mistyped.

This commit is contained in:
japhie 2005-05-26 23:04:25 +00:00
parent 2117ade8fa
commit 10be25aff7
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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 {