Commit c52c47b4 by Jeff Law

Forgot to commit in last change.

From-SVN: r15558
parent 18511014
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment