* alloca.c (alloca): Undo yesterday's changes, and simply call
authorJim Blandy <jimb@red-bean.com>
Sun, 4 Oct 1998 12:59:41 +0000 (12:59 +0000)
committerJim Blandy <jimb@red-bean.com>
Sun, 4 Oct 1998 12:59:41 +0000 (12:59 +0000)
commitf122e56edadbc56fa4e2f3fad075c314f20a6b87
treec06e7d5b91c9251d9d0273ab753373b4164b8ef1
parent9086fa77712282f21cf76672f8955fd65c193245
* alloca.c (alloca): Undo yesterday's changes, and simply call
malloc directly for storage, and abort if we don't get what we
want.  The situation is much simpler --- just call malloc.  Emacs
has bizarre/evil requirements (signal handlers might malloc unless
you set this global flag, so you have to set the flag around all
calls to malloc) which we are certainly not going to conform to,
so we can do the simple and obvious thing.
libguile/alloca.c