diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1998-01-24 10:37:56 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1998-01-24 10:37:56 +0000 |
commit | 31da6858e76569983828f43aec742159e881d627 (patch) | |
tree | 9cde3086d0382a5c42c2deadf24f7ce5242ba7d1 /util.c | |
parent | c4f4d167adaac613328d86a8c91fbab9dc146bce (diff) | |
download | perl-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |