1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
This commit is contained in:
foobar
2003-08-25 23:24:42 +00:00
parent a170be820e
commit c0edbc5eee

View File

@@ -22,7 +22,7 @@
#ifndef __GNUC__
# ifndef HAVE_ALLOCA_H
# ifdef _AIX
#pragma alloca
#pragma alloca
# else
# ifndef alloca /* predefined by HP cc +Olibcalls */
char *alloca ();