From: Nicholas Clark Date: Mon, 13 Apr 2009 12:09:43 +0000 (+0100) Subject: Restore prototypes to XS code in attributes, accidentally lost by change 48462a7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6e0da8f3ffa51c3bb7795b79ead8b082afb21a52;p=p5sagit%2Fp5-mst-13.2.git Restore prototypes to XS code in attributes, accidentally lost by change 48462a7 --- diff --git a/ext/attributes/attributes.xs b/ext/attributes/attributes.xs index 78eaabe..a199af6 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;