From 309768aff180cac56599996e1e59b358289e44c3 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 23 Oct 2013 19:28:38 +0300 Subject: Fix the MS-Windows build: now guile.c must always be compiled in. * build_w32.bat: Always compile guile.c and link against guile.o. Reported by Alexey Pavlov . * makeint.h (guile_gmake_setup): Define prototype unconditionally, to avoid compiler warnings. --- makeint.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'makeint.h') diff --git a/makeint.h b/makeint.h index 15f2dd4..77f51e0 100644 --- a/makeint.h +++ b/makeint.h @@ -512,9 +512,7 @@ const char *strcache_add_len (const char *str, unsigned int len); int strcache_setbufsize (unsigned int size); /* Guile support */ -#ifdef HAVE_GUILE int guile_gmake_setup (const gmk_floc *flocp); -#endif /* Loadable object support. Sets to the strcached name of the loaded file. */ typedef int (*load_func_t)(const gmk_floc *flocp); -- cgit v1.2.3