summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/envir.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/envir.c')
-rw-r--r--otherlibs/unix/envir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/envir.c b/otherlibs/unix/envir.c
index b5bdcbfcf..ff9b80d66 100644
--- a/otherlibs/unix/envir.c
+++ b/otherlibs/unix/envir.c
@@ -17,7 +17,7 @@
extern char ** environ;
-value unix_environment(void)
+value unix_environment(void) /* ML */
{
return copy_string_array(environ);
}