Commit a3764914 by Richard Kenner

(alloca): Extern decl added for non-GNU compiler.

From-SVN: r10071
parent 5f91c709
......@@ -44,6 +44,7 @@ Boston, MA 02111-1307, USA. */
/* If not compiled with GNU C, use the C alloca and use only int bitfields. */
#ifndef __GNUC__
#define USE_C_ALLOCA
extern char *alloca ();
#define ONLY_INT_FIELDS
#endif
......
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