summaryrefslogtreecommitdiff
path: root/ext/attributes
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-04-13 13:09:43 +0100
committerNicholas Clark <nick@ccl4.org>2009-04-13 13:09:43 +0100
commit6e0da8f3ffa51c3bb7795b79ead8b082afb21a52 (patch)
treebfecc11560eae7ab05fcfa31a3c8376a08da2ac5 /ext/attributes
parent79289e05b884d027a94391e392968c16bf02f01b (diff)
downloadperl-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.xs3
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;