summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/getopt.c b/src/util/getopt.c
index 79938b9a..bbbfae44 100644
--- a/src/util/getopt.c
+++ b/src/util/getopt.c
@@ -27,7 +27,7 @@
/* from stdlib.h */
-/*_CRTIMP*/ char * /*__cdecl*/ getenv(const char *);
+char * getenv(const char *);
#ifdef HAVE_CONFIG_H
#if defined (emacs) || defined (CONFIG_BROKETS)