X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=malloc.c;h=ae0adace269aa883a5c4ac83111f81d650276b0a;hb=550cec39f8a2a70bd279af1af893815632d4b7d3;hp=3a19be4a480d6465af8c40292958d82d45439439;hpb=52c6645e676359618d976c084d5d3a0abc6fec7a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/malloc.c b/malloc.c index 3a19be4..ae0adac 100644 --- a/malloc.c +++ b/malloc.c @@ -3,6 +3,10 @@ */ /* + * "'The Chamber of Records,' said Gimli. 'I guess that is where we now stand.'" + */ + +/* Here are some notes on configuring Perl's malloc. (For non-perl usage see below.) @@ -255,7 +259,6 @@ # include # include # include -# define _(arg) arg # ifndef Malloc_t # define Malloc_t void * # endif