*** empty log message ***
[emacs.git] / mac / inc / alloca.h
bloba84eee04c6e303772e288ab0bacff0c7deef60ec
1 #ifndef _ALLOCA_H_
2 #define _ALLOCA_H_
4 #if __MRC__
5 void *__alloca(size_t size);
6 #endif
8 #endif