From a720b9a48faebe1af9b89ee822e4ef59a3caa034 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 27 Jul 2000 18:42:28 +0000 Subject: [PATCH] Add additional comment explaining #error --- include/ac/alloca.h | 3 +++ 1 file changed, 3 insertions(+) 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. */ -- 2.39.5