Add additional comment explaining #error

This commit is contained in:
Kurt Zeilenga 2000-07-27 18:42:28 +00:00
parent c86a1aaac2
commit a720b9a48f

View File

@ -13,6 +13,9 @@
#ifndef _AC_ALLOCA_H
#define _AC_ALLOCA_H
/*
* use of alloca is disallowed as it is machine dependent
*/
#error "alloca() not supported, use malloc()"
/* AIX requires this to be the first thing in the file. */