Upgrade to Devel::PPPort 3.07
[p5sagit/p5-mst-13.2.git] / ext / Devel / PPPort / module2.c
index 0687c13..ccadd29 100644 (file)
@@ -4,13 +4,13 @@
 *
 ********************************************************************************
 *
-*  $Revision: 6 $
+*  $Revision: 8 $
 *  $Author: mhx $
-*  $Date: 2005/01/31 08:10:50 +0100 $
+*  $Date: 2006/01/14 18:07:57 +0100 $
 *
 ********************************************************************************
 *
-*  Version 3.x, Copyright (C) 2004-2005, Marcus Holland-Moritz.
+*  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
 *  Version 2.x, Copyright (C) 2001, Paul Marquess.
 *  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 *
 #endif
 
 #define NEED_newCONSTSUB_GLOBAL
+#define NEED_PL_signals_GLOBAL
 #include "ppport.h"
 
 void call_newCONSTSUB_2(void)
 {
   newCONSTSUB(gv_stashpv("Devel::PPPort", FALSE), "test_value_2", newSViv(2));
 }
+
+U32 get_PL_signals_2(void)
+{
+  return PL_signals;
+}