summaryrefslogtreecommitdiff
path: root/src/util/getopt.c
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-08-26 15:31:00 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-08-26 15:31:00 +0000
commit22c3942603ee95a2fa12d493be3a486558107036 (patch)
tree1e91baec12c59762ba012cee5f420b26c80822be /src/util/getopt.c
parentea4ea91ae100049208d22ea49a46448d1d7c6ae4 (diff)
Some tidying up - removing some redundant stuff added for WIN32.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@857 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/util/getopt.c')
-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)