diff options
| author | Paul Eggert | 2011-03-16 22:15:08 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-16 22:15:08 -0700 |
| commit | be02381c5db4236f51f474726003d5a97bbc61f7 (patch) | |
| tree | 3a1af8d00f502c46997d0709b830233114566978 /src/ChangeLog | |
| parent | 57048744037204ae0cef40cdca9d8a967a4e1407 (diff) | |
| download | emacs-be02381c5db4236f51f474726003d5a97bbc61f7.tar.gz emacs-be02381c5db4236f51f474726003d5a97bbc61f7.zip | |
* process.c (allocate_pty): Let PTY_ITERATION declare iteration vars.
That way, the code declares only the vars that it needs.
* s/aix4-2.h (PTY_ITERATION): Declare iteration vars.
* s/cygwin.h (PTY_ITERATION): Likewise.
* s/darwin.h (PTY_ITERATION): Likewise.
* s/gnu-linux.h (PTY_ITERATION): Likewise.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 45cb41024ae..7e7556f0e85 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2011-03-17 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-03-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars. | ||
| 4 | That way, the code declares only the vars that it needs. | ||
| 5 | * s/aix4-2.h (PTY_ITERATION): Declare iteration vars. | ||
| 6 | * s/cygwin.h (PTY_ITERATION): Likewise. | ||
| 7 | * s/darwin.h (PTY_ITERATION): Likewise. | ||
| 8 | * s/gnu-linux.h (PTY_ITERATION): Likewise. | ||
| 9 | |||
| 3 | * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling. | 10 | * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling. |
| 4 | * process.c (allocate_pty): Don't declare stb unless it's needed. | 11 | * process.c (allocate_pty): Don't declare stb unless it's needed. |
| 5 | 12 | ||