diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-04-13 13:09:43 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-04-13 13:09:43 +0100 |
commit | 6e0da8f3ffa51c3bb7795b79ead8b082afb21a52 (patch) | |
tree | bfecc11560eae7ab05fcfa31a3c8376a08da2ac5 /ext/attributes | |
parent | 79289e05b884d027a94391e392968c16bf02f01b (diff) | |
download | perl-6e0da8f3ffa51c3bb7795b79ead8b082afb21a52.tar.gz |
Restore prototypes to XS code in attributes, accidentally lost by change 48462a7
Diffstat (limited to 'ext/attributes')
-rw-r--r-- | ext/attributes/attributes.xs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/attributes/attributes.xs b/ext/attributes/attributes.xs index 78eaabe1f1..a199af6206 100644 --- a/ext/attributes/attributes.xs +++ b/ext/attributes/attributes.xs @@ -108,6 +108,7 @@ usage: void _fetch_attrs(...) + PROTOTYPE: $ PREINIT: SV *rv, *sv; cv_flags_t cvflags; @@ -138,6 +139,7 @@ usage: void _guess_stash(...) + PROTOTYPE: $ PREINIT: SV *rv, *sv; dXSTARG; @@ -184,6 +186,7 @@ usage: void reftype(...) + PROTOTYPE: $ PREINIT: SV *rv, *sv; dXSTARG; |