comparison src/emacs.c @ 363:972bbb6d6ca2 r21-1-11

Import from CVS: tag r21-1-11
author cvs
date Mon, 13 Aug 2007 10:59:28 +0200
parents 8e84bee8ddd0
children a4f53d9b3154
comparison
equal deleted inserted replaced
362:1e474c183006 363:972bbb6d6ca2
2091 is bracketed with both a system specific preprocessor test 2091 is bracketed with both a system specific preprocessor test
2092 and a runtime "do you have this problem" test 2092 and a runtime "do you have this problem" test
2093 2093
2094 06/20/96 robertl@dgii.com */ 2094 06/20/96 robertl@dgii.com */
2095 { 2095 {
2096 extern char *_environ; 2096 extern char **_environ;
2097 if ((unsigned) environ == 0) 2097 if ((unsigned) environ == 0)
2098 environ=_environ; 2098 environ=_environ;
2099 } 2099 }
2100 #endif /* _SCO_DS */ 2100 #endif /* _SCO_DS */
2101 vol_envp = environ; 2101 vol_envp = environ;