diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-31 11:31:12 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-31 11:31:12 +0000 |
commit | b668f36c91ccb7ac730cd6cc386517585bfc9df6 (patch) | |
tree | b8fbcd67d7fe6fa236b040cfcc37fb9feda19ef5 /pp.h | |
parent | ba4bfd3d1d547642d28a34c054f25766e2e4a4e1 (diff) | |
download | perl-b668f36c91ccb7ac730cd6cc386517585bfc9df6.tar.gz |
bump patchlevel; other minor fixes for clean build and test on
Solaris and win32
p4raw-id: //depot/perl@2163
Diffstat (limited to 'pp.h')
-rw-r--r-- | pp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -221,7 +221,7 @@ croak("Overloaded dereference did not return a reference"); \ goto am_again; -#define tryAMAGICunDEREF(meth) tryAMAGICunW(meth,setAGAIN,0,) +#define tryAMAGICunDEREF(meth) tryAMAGICunW(meth,setAGAIN,0,(void)0) #define opASSIGN (PL_op->op_flags & OPf_STACKED) #define SETsv(sv) STMT_START { \ |