commit | 3d27a45f9a536be76175d5a6c4d0d9ed552f8ebb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 10 17:44:18 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 10 17:44:18 2007 +0000 |
tree | 2b16c46af3e6269ce446fae70131a1afb1b80a8a | |
parent | 044b68f42a945cdccb357ee6bb67d719ba532cd4 [diff] [blame] |
updated for version 7.1b
diff --git a/src/os_unix.h b/src/os_unix.h index 821462c..d99d1c8 100644 --- a/src/os_unix.h +++ b/src/os_unix.h
@@ -483,7 +483,7 @@ # endif # ifndef VMS # ifdef __MVS__ - /* on OS390 Unix getenv() doesn't return a pointer to persistant + /* on OS390 Unix getenv() doesn't return a pointer to persistent * storage -> use __getenv() */ # define mch_getenv(x) (char_u *)__getenv((char *)(x)) # else