Corrected next typo. Remember: *don't* commit when half-asleep.

This commit is contained in:
japhie 2005-05-26 23:52:03 +00:00
parent 10be25aff7
commit 967ab52cc6

View file

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