SAFE_ALLOCA updated
authorBT Templeton <bt@hcoop.net>
Sat, 6 Jul 2013 05:01:28 +0000 (01:01 -0400)
committerRobin Templeton <robin@terpri.org>
Sat, 18 Apr 2015 22:49:10 +0000 (18:49 -0400)
commite96be6ddd36dce8bfa885b683fbdd9354cc83d12
treeae5de957ef71d58804ecfb89c0ff992357889ddb
parent1aff0bcac42916c7f86227e1a863a55042df195e
SAFE_ALLOCA updated

* src/alloc.c (record_xmalloc): Remove. All uses changed.

* src/lisp.h (SAFE_ALLOCA, SAFE_NALLOCA, SAFE_ALLOCA_LISP): Use normal
  allocation functions and don't explicitly free memory. Remove all
  references to variables defined by these macros.

  (USE_SAFE_ALLOCA, SAFE_FREE): Now no-ops.
src/alloc.c
src/callproc.c
src/charset.c
src/editfns.c
src/lisp.h