summaryrefslogtreecommitdiffstats
path: root/Keyword.xs
diff options
context:
space:
mode:
Diffstat (limited to 'Keyword.xs')
-rw-r--r--Keyword.xs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Keyword.xs b/Keyword.xs
index 6c6e0d3..e5193c8 100644
--- a/Keyword.xs
+++ b/Keyword.xs
@@ -141,3 +141,9 @@ compiling_package()
RETVAL = newSVsv(PL_curstname);
OUTPUT:
RETVAL
+
+void
+lex_stuff(str)
+ SV *str
+ CODE:
+ lex_stuff_sv(str, 0);