aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-16 22:15:08 -0700
committerPaul Eggert2011-03-16 22:15:08 -0700
commitbe02381c5db4236f51f474726003d5a97bbc61f7 (patch)
tree3a1af8d00f502c46997d0709b830233114566978 /src/ChangeLog
parent57048744037204ae0cef40cdca9d8a967a4e1407 (diff)
downloademacs-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/ChangeLog7
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 @@
12011-03-17 Paul Eggert <eggert@cs.ucla.edu> 12011-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