summaryrefslogtreecommitdiff
path: root/ext/Devel/PPPort/module3.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Devel/PPPort/module3.c')
-rw-r--r--ext/Devel/PPPort/module3.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/ext/Devel/PPPort/module3.c b/ext/Devel/PPPort/module3.c
index 7ce5b603f1..7c9eac820e 100644
--- a/ext/Devel/PPPort/module3.c
+++ b/ext/Devel/PPPort/module3.c
@@ -4,13 +4,13 @@
*
********************************************************************************
*
-* $Revision: 6 $
+* $Revision: 8 $
* $Author: mhx $
-* $Date: 2005/02/02 21:47:34 +0100 $
+* $Date: 2006/01/14 18:07:56 +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.
*
@@ -59,3 +59,7 @@ void call_newCONSTSUB_3(void)
newCONSTSUB(gv_stashpv("Devel::PPPort", FALSE), "test_value_3", newSViv(3));
}
+U32 get_PL_signals_3(void)
+{
+ return PL_signals;
+}