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
commitd11dafc11eae2f8b0c3bbe2bb8fb8b5b3f3876a3 (patch)
tree14fee7034285059bf442c026c3c34cfeb8fd7b5c /makeint.h
parent1708b4bcab2316e9a7ba9df6b740e7e3f062889e (diff)
downloadmake-d11dafc11eae2f8b0c3bbe2bb8fb8b5b3f3876a3.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 15f2dd42..77f51e01 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);