diff options
Diffstat (limited to 'cpp/src/icecpp/prefix.c')
-rw-r--r-- | cpp/src/icecpp/prefix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/icecpp/prefix.c b/cpp/src/icecpp/prefix.c index aa6cf51ed18..9edd5820b85 100644 --- a/cpp/src/icecpp/prefix.c +++ b/cpp/src/icecpp/prefix.c @@ -85,7 +85,7 @@ static char *lookup_key PROTO((char *)); static HKEY reg_key = (HKEY) INVALID_HANDLE_VALUE; #endif -extern char *getenv (); +//extern char *getenv (); /* Given KEY, as above, return its value. */ |