]> git.sur5r.net Git - openldap/commitdiff
Add additional comment explaining #error
authorKurt Zeilenga <kurt@openldap.org>
Thu, 27 Jul 2000 18:42:28 +0000 (18:42 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 27 Jul 2000 18:42:28 +0000 (18:42 +0000)
include/ac/alloca.h

index 3f143363d74f4ad7c873aae63cd92dd1fdc1fc32..6975417419e91f253e087ba20a6f936d3513951f 100644 (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.  */