summaryrefslogtreecommitdiffstats
path: root/src/compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile.c')
-rw-r--r--src/compile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compile.c b/src/compile.c
index 3b18babd..e0bd1406 100644
--- a/src/compile.c
+++ b/src/compile.c
@@ -998,8 +998,8 @@ static int count_cfunctions(block b) {
return n;
}
-#ifdef WIN32
-extern const char **environ;
+#ifndef WIN32
+extern char **environ;
#endif
static jv