summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@khw-desktop.(none)>2010-07-25 13:13:10 -0600
committerRafael Garcia-Suarez <rgs@consttype.org>2010-07-27 09:42:01 +0200
commit454155d98d52c903969d4c71a5cd1f2f269aaf5f (patch)
tree1eac25e5f85dd8b517e82387bb6f392022be8732 /embed.h
parent154bd5274ebc449c2a37261db17c2e721d16078d (diff)
downloadperl-454155d98d52c903969d4c71a5cd1f2f269aaf5f.tar.gz
Change function signature of grok_bslash_o
The previous return value where NULL meant OK is outside-the-norm.
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index 5312d22bdd..6f5e151138 100644
--- a/embed.h
+++ b/embed.h
@@ -2912,7 +2912,7 @@
#define grok_bin(a,b,c,d) Perl_grok_bin(aTHX_ a,b,c,d)
#if defined(PERL_CORE) || defined(PERL_EXT)
#define grok_bslash_c(a,b) Perl_grok_bslash_c(aTHX_ a,b)
-#define grok_bslash_o(a,b,c,d) Perl_grok_bslash_o(aTHX_ a,b,c,d)
+#define grok_bslash_o(a,b,c,d,e) Perl_grok_bslash_o(aTHX_ a,b,c,d,e)
#endif
#define grok_hex(a,b,c,d) Perl_grok_hex(aTHX_ a,b,c,d)
#define grok_number(a,b,c) Perl_grok_number(aTHX_ a,b,c)