Skip to content
Snippets Groups Projects
Commit a720b9a4 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add additional comment explaining #error

parent c86a1aaa
No related branches found
No related tags found
No related merge requests found
......@@ -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. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment