aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-16 19:36:27 -0700
committerPaul Eggert2011-03-16 19:36:27 -0700
commit57048744037204ae0cef40cdca9d8a967a4e1407 (patch)
treeb69ab81e4eb48a4f95d911e9ae8a25f7da38a8dd /src/ChangeLog
parent615f2d59a5ee849bc46c3fa57d41fd136f2d0962 (diff)
downloademacs-57048744037204ae0cef40cdca9d8a967a4e1407.tar.gz
emacs-57048744037204ae0cef40cdca9d8a967a4e1407.zip
* s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.
* process.c (allocate_pty): Don't declare stb unless it's needed.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fa08263a80a..45cb41024ae 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12011-03-17 Paul Eggert <eggert@cs.ucla.edu> 12011-03-17 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.
4 * process.c (allocate_pty): Don't declare stb unless it's needed.
5
3 * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else". 6 * bytecode.c (MAYBE_GC): Rewrite so as not to use empty "else".
4 (CONSTANTLIM): Remove; unused. 7 (CONSTANTLIM): Remove; unused.
5 (METER_CODE, Bscan_buffer, Bread_char, Bset_mark): 8 (METER_CODE, Bscan_buffer, Bread_char, Bset_mark):