diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-05-09 07:29:33 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-05-09 07:29:33 +0000 |
commit | 3d42dc86375a150e698f9a14ae6be7a37e2ed575 (patch) | |
tree | c57e2739675c5a89af6b877d4ce7483c976ee5d6 /perl.h | |
parent | ce5030a2e3d52efc311b379279a2db8219fc84b1 (diff) | |
download | perl-3d42dc86375a150e698f9a14ae6be7a37e2ed575.tar.gz |
Revert to Andy's first solution for nonnull attributes;
add the missing defines for non-threaded perls in perl.h
p4raw-id: //depot/perl@24421
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -229,6 +229,8 @@ # define pTHX_2 2 # define pTHX_3 3 # define pTHX_4 4 +# define pTHX_5 5 +# define pTHX_6 6 #endif #ifndef dVAR |