summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-02-17 23:24:32 +0000
committerNicholas Clark <nick@ccl4.org>2009-02-17 23:27:07 +0000
commit50d61629dc7fe34f077b9f66c50287d839e06378 (patch)
treec2666e2a5df276f0327e46fe2ad9bfb0929ac8ad /embed.h
parent72533a49cbed2661d6c2811089631bb401aef2c7 (diff)
downloadperl-50d61629dc7fe34f077b9f66c50287d839e06378.tar.gz
Pass the length of the string to S_incpush_use_sep(), where known.
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 0d3cbf3bfc..cfe24ca7f3 100644
--- a/embed.h
+++ b/embed.h
@@ -3627,7 +3627,7 @@
#define find_beginning(a,b) S_find_beginning(aTHX_ a,b)
#define forbid_setid(a,b) S_forbid_setid(aTHX_ a,b)
#define incpush(a,b,c) S_incpush(aTHX_ a,b,c)
-#define incpush_use_sep(a,b) S_incpush_use_sep(aTHX_ a,b)
+#define incpush_use_sep(a,b,c) S_incpush_use_sep(aTHX_ a,b,c)
#define init_interp() S_init_interp(aTHX)
#define init_ids() S_init_ids(aTHX)
#define init_main_stash() S_init_main_stash(aTHX)