diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-04-12 15:05:04 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-04-12 15:05:04 +0100 |
commit | 48462a74af687743eb1706910f2a17ba4180660d (patch) | |
tree | 8370a38a93edf2091d8c7a91c3c61819156cdbc6 /proto.h | |
parent | 42f6aa011acc35d253b243e5e9990e254b882076 (diff) | |
download | perl-48462a74af687743eb1706910f2a17ba4180660d.tar.gz |
Convert xsutils.c and lib/attributes.pm to a regular XS extension.
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4028,7 +4028,6 @@ PERL_CALLCONV OP * Perl_my_attrs(pTHX_ OP *o, OP *attrs) #define PERL_ARGS_ASSERT_MY_ATTRS \ assert(o) -PERL_CALLCONV void Perl_boot_core_xsutils(pTHX); #if defined(USE_ITHREADS) PERL_CALLCONV PERL_CONTEXT* Perl_cx_dup(pTHX_ PERL_CONTEXT* cx, I32 ix, I32 max, CLONE_PARAMS* param) __attribute__warn_unused_result__ |