aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-02-22 11:23:12 -0800
committerPaul Eggert2013-02-22 11:23:12 -0800
commitfcee50281201215b76621d91885c26cd9936b3f3 (patch)
tree97c9443279758ea22e6d610bd3b320415a146c3c /src/ChangeLog
parentbba90ab24e80476efcad6b6a770fd5fda522a621 (diff)
downloademacs-fcee50281201215b76621d91885c26cd9936b3f3.tar.gz
emacs-fcee50281201215b76621d91885c26cd9936b3f3.zip
Assume C89 or better.
* ralloc.c (SIZE, POINTER, NIL): * vm-limit.c (POINTER): Remove, replacing all uses with C89 equivalents. These old symbols were present only for porting to pre-C89 platforms.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 639e0054ebe..cc8cb84831a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12013-02-22 Paul Eggert <eggert@cs.ucla.edu>
2
3 Assume C89 or better.
4 * ralloc.c (SIZE, POINTER, NIL):
5 * vm-limit.c (POINTER):
6 Remove, replacing all uses with C89 equivalents. These old
7 symbols were present only for porting to pre-C89 platforms.
8
12013-02-22 Claudio Bley <claudio.bley@gmail.com> 92013-02-22 Claudio Bley <claudio.bley@gmail.com>
2 10
3 * w32.c (emacs_gnutls_pull): Don't call 'select', and don't loop. 11 * w32.c (emacs_gnutls_pull): Don't call 'select', and don't loop.