Skip to content

Commit 1191194

Browse files
committed
perl.h: Add some missing pTHX_n (n is a number)
This makes sure these macros exist for every current usage.
1 parent c060c57 commit 1191194

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

perl.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ Now a synonym for C<L</dTHXa>>.
238238
# define pTHX_7 8
239239
# define pTHX_8 9
240240
# define pTHX_9 10
241+
# define pTHX_10 11
242+
# define pTHX_11 12
241243
# define pTHX_12 13
242244
# if defined(DEBUGGING) && !defined(PERL_TRACK_MEMPOOL)
243245
# define PERL_TRACK_MEMPOOL
@@ -732,6 +734,8 @@ code.
732734
# define pTHX_7 7
733735
# define pTHX_8 8
734736
# define pTHX_9 9
737+
# define pTHX_10 10
738+
# define pTHX_11 11
735739
# define pTHX_12 12
736740
#endif
737741

0 commit comments

Comments
 (0)