Path: utzoo!attcan!uunet!bu.edu!rpi!julius.cs.uiuc.edu!ux1.cso.uiuc.edu!uxh.cso.uiuc.edu!ejk From: ejk@uxh.cso.uiuc.edu (Ed Kubaitis) Newsgroups: comp.lang.perl Subject: perl patchlevel 37 on AIX 3.1 Message-ID: <1990Oct20.174712.19673@ux1.cso.uiuc.edu> Date: 20 Oct 90 17:47:12 GMT Sender: news@ux1.cso.uiuc.edu (News) Reply-To: ejk@uxh.cso.uiuc.edu (Ed Kubaitis) Organization: University of Illinois at Urbana Lines: 45 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"