Initial check-in: changes for building Emacs under Mac OS.
[bpt/emacs.git] / mac / inc / alloca.h
1 #ifndef _ALLOCA_H_
2 #define _ALLOCA_H_
3
4 #if __MRC__
5 void *__alloca(size_t size);
6 #endif
7
8 #endif