From: Kurt Zeilenga Date: Thu, 27 Jul 2000 18:42:28 +0000 (+0000) Subject: Add additional comment explaining #error X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2340 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a720b9a48faebe1af9b89ee822e4ef59a3caa034;p=openldap Add additional comment explaining #error --- diff --git a/include/ac/alloca.h b/include/ac/alloca.h index 3f143363d7..6975417419 100644 --- a/include/ac/alloca.h +++ b/include/ac/alloca.h @@ -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. */