summaryrefslogtreecommitdiffstats
path: root/Keyword.xs
diff options
context:
space:
mode:
Diffstat (limited to 'Keyword.xs')
-rw-r--r--Keyword.xs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Keyword.xs b/Keyword.xs
index 800f474..91478b1 100644
--- a/Keyword.xs
+++ b/Keyword.xs
@@ -108,7 +108,7 @@ parse_block()
RETVAL
SV *
-lex_peek(len)
+lex_peek(len = 1)
UV len
CODE:
PL_curcop = &PL_compiling;
@@ -125,7 +125,7 @@ lex_peek(len)
RETVAL
void
-lex_read(len)
+lex_read(len = 1)
UV len
CODE:
PL_curcop = &PL_compiling;