]> code.delx.au - gnu-emacs/commit
Assume C89 or better.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 22 Feb 2013 19:23:12 +0000 (11:23 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 22 Feb 2013 19:23:12 +0000 (11:23 -0800)
commitfcee50281201215b76621d91885c26cd9936b3f3
tree97c9443279758ea22e6d610bd3b320415a146c3c
parentbba90ab24e80476efcad6b6a770fd5fda522a621
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.
src/ChangeLog
src/ralloc.c
src/vm-limit.c