From b35d374f486c3dcb1b2ba8ed5909903a9b34fc5b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 21 Jul 2013 11:45:35 -0400 Subject: default these to 1 --- Keyword.xs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Keyword.xs') 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; -- cgit v1.2.3-54-g00ecf