X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=iperlsys.h;h=5bb0f05c8b07fe00dbc487658cc98d0c4ceb38e3;hb=96412ebcb3bce14f7f7bdd47f6c65619f1860bf9;hp=a712237669f9c6e3306924e2317a1853bd7cbc3a;hpb=4a9d61009ab1e3df94ef4ecfcc453c9ce73010a4;p=p5sagit%2Fp5-mst-13.2.git diff --git a/iperlsys.h b/iperlsys.h index a712237..5bb0f05 100644 --- a/iperlsys.h +++ b/iperlsys.h @@ -810,7 +810,7 @@ struct IPerlMemInfo /* Shared memory macros */ #ifdef NETWARE - #define PerlMemShared_malloc(size) \ +#define PerlMemShared_malloc(size) \ (*PL_Mem->pMalloc)(PL_Mem, (size)) #define PerlMemShared_realloc(buf, size) \ (*PL_Mem->pRealloc)(PL_Mem, (buf), (size))