From 967ab52cc65c38b95b36ac387c3ebdb4c701b1e9 Mon Sep 17 00:00:00 2001 From: japhie Date: Thu, 26 May 2005 23:52:03 +0000 Subject: [PATCH] Corrected next typo. Remember: *don't* commit when half-asleep. --- src/h/ecl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/h/ecl.h b/src/h/ecl.h index 6a0619fac..875c58824 100644 --- a/src/h/ecl.h +++ b/src/h/ecl.h @@ -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 #ifdef ECL_THREADS @@ -69,3 +67,5 @@ typedef void (*ecl_init_function_t)(cl_object block); #ifdef LOCATIVE #include #endif + +typedef void (*ecl_init_function_t)(cl_object block);