view mac/inc/alloca.h @ 34363:62a349fc3d3c

(Fsubstitute_command_keys): Change the way buffers are reallocated so that it is portable.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 08 Dec 2000 09:59:52 +0000
parents 923b8d6d8277
children fb3498282d71
line wrap: on
line source

#ifndef _ALLOCA_H_
#define _ALLOCA_H_

#if __MRC__
void *__alloca(size_t size);
#endif

#endif