summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-05-09 07:29:33 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-05-09 07:29:33 +0000
commit14e48f76e64c3e5c8824029c403e109ad62effed (patch)
treec57e2739675c5a89af6b877d4ce7483c976ee5d6 /perl.h
parent12f175fe24a59b96dbdb4d036bd6e37153099c94 (diff)
downloadperl-14e48f76e64c3e5c8824029c403e109ad62effed.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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index bb0081c95f..c02f9a724c 100644
--- a/perl.h
+++ b/perl.h
@@ -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