mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
- Preparations for release.
git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15075 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: stdlib_alloca.c,v 1.9 2005-11-28 09:53:51 obarthel Exp $
|
||||
* $Id: stdlib_alloca.c,v 1.10 2005-12-11 08:55:29 obarthel Exp $
|
||||
*
|
||||
* :ts=4
|
||||
*
|
||||
@ -138,6 +138,10 @@ __alloca(size_t size,const char * file,int line)
|
||||
|
||||
__memory_lock();
|
||||
|
||||
/* Initialize this if it hasn't been taken care of yet. */
|
||||
if(alloca_memory_list.mlh_Head == NULL)
|
||||
NewList((struct List *)&alloca_memory_list);
|
||||
|
||||
__alloca_cleanup = alloca_cleanup;
|
||||
(*__alloca_cleanup)(file,line);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user