diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 93f522519a1..8cffccdad37 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | 2012-08-19 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2012-08-19 Paul Eggert <eggert@cs.ucla.edu> |
| 6 | 6 | ||
| 7 | Rely on <unistd.h> to declare 'environ', | 7 | Rely on <config.h> + <unistd.h> to declare 'environ', |
| 8 | as gnulib does this if the system doesn't. | 8 | as gnulib does this if the system doesn't. |
| 9 | * callproc.c, editfns.c, process.c (environ) [!USE_CRT_DLL]: | 9 | * callproc.c, editfns.c, process.c (environ) [!USE_CRT_DLL]: |
| 10 | * emacs.c (environ) [DOUG_LEA_MALLOC]: | 10 | * emacs.c (environ) [DOUG_LEA_MALLOC]: |