Forgot to commit in last change.

From-SVN: r15558
This commit is contained in:
Jeff Law 1997-09-18 21:30:32 -06:00
parent 185110146b
commit c52c47b4cd
1 changed files with 4 additions and 0 deletions

View File

@ -64,7 +64,11 @@ Boston, MA 02111-1307, USA. */
#ifndef __GNUC__
#define USE_C_ALLOCA
#ifdef __STDC__
extern void * alloca ();
#else
extern char * alloca ();
#endif
/* for the emacs version of alloca */
#define STACK_DIRECTION -1