ejk@uxh.cso.uiuc.edu (Ed Kubaitis) (10/21/90)
The attached patch and answering "n" to the Configure question Do you wish to attempt to use the malloc that comes with perl? [y] n allowed a successful make and make test for perl at patchlevel 37 on an IBM RS/6000 running AIX 3.1. (Answering "y" yielded an "illegal redefinition message for "free" in malloc.c.) The default answer was taken for all other questions posed by Configure. ---------------------------------- Ed Kubaitis (ejk@uxh.cso.uiuc.edu) Computing Services Office - University of Illinois - Urbana ------------------------------------------------------------------------------- *** perl.h- Sat Oct 20 10:39:52 1990 --- perl.h Sat Oct 20 11:26:32 1990 *************** *** 317,323 **** # define I286 #endif ! #ifndef __STDC__ #ifdef CHARSPRINTF char *sprintf(); #else --- 317,323 ---- # define I286 #endif ! #if !defined(__STDC__) && !defined(_IBMR2) #ifdef CHARSPRINTF char *sprintf(); #else *** x2p/a2p.y- Sat Oct 20 11:01:06 1990 --- x2p/a2p.y Sat Oct 20 11:01:38 1990 *************** *** 18,23 **** --- 18,24 ---- * */ + #pragma alloca #include "INTERN.h" #include "a2p.h"