Updated.
[p5sagit/p5-mst-13.2.git] / XSUB.h
diff --git a/XSUB.h b/XSUB.h
index 4792d22..78a922d 100644 (file)
--- a/XSUB.h
+++ b/XSUB.h
@@ -33,3 +33,5 @@
 #define XSRETURN_YES   do { XST_mYES(0);   XSRETURN(1); } while (0)
 #define XSRETURN_UNDEF do { XST_mUNDEF(0); XSRETURN(1); } while (0)
 #define XSRETURN_EMPTY do {                XSRETURN(0); } while (0)
+
+#define newXSproto(a,b,c,d)    sv_setpv((SV*)newXS(a,b,c), d)