summaryrefslogtreecommitdiff
path: root/makeint.h
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2013-10-23 19:28:38 +0300
committerEli Zaretskii <eliz@gnu.org>2013-10-23 19:28:38 +0300
commit309768aff180cac56599996e1e59b358289e44c3 (patch)
tree14fee7034285059bf442c026c3c34cfeb8fd7b5c /makeint.h
parent9c28d5125d081921a5affbe8094b19adfd81a1b7 (diff)
downloadgunmake-309768aff180cac56599996e1e59b358289e44c3.tar.gz
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 <alexpux@gmail.com>. * makeint.h (guile_gmake_setup): Define prototype unconditionally, to avoid compiler warnings.
Diffstat (limited to 'makeint.h')
-rw-r--r--makeint.h2
1 files changed, 0 insertions, 2 deletions
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);