summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>1998-01-24 10:37:56 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>1998-01-24 10:37:56 +0000
commit31da6858e76569983828f43aec742159e881d627 (patch)
tree9cde3086d0382a5c42c2deadf24f7ce5242ba7d1 /util.c
parentc4f4d167adaac613328d86a8c91fbab9dc146bce (diff)
downloadperl-31da6858e76569983828f43aec742159e881d627.tar.gz
Get PerlXxx_yyyy() macro stuff to _compile_ on Solaris.
Ugh! ... Macros were unsuitable for declaring the functions, extra () round parameters removed - non-function forms of PerlXxx_yyyy() need to add () themselves. Need to include perlmem.h in util.c (at least) if not using Perl's malloc. p4raw-id: //depot/ansiperl@437
Diffstat (limited to 'util.c')
-rw-r--r--util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.c b/util.c
index 683c90d5a3..31827b0f7f 100644
--- a/util.c
+++ b/util.c
@@ -14,6 +14,7 @@
#include "EXTERN.h"
#include "perl.h"
+#include "perlmem.h"
#if !defined(NSIG) || defined(M_UNIX) || defined(M_XENIX)
#include <signal.h>