summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2008-01-31 09:12:36 +0000
committerSteve Hay <SteveHay@planit.com>2008-01-31 09:12:36 +0000
commit83f994449ff3b545bfb3e51036dda9f17f8abf44 (patch)
tree8ff0f2526040748a9c6218354265742b89a68525 /embed.fnc
parent384f06ae49854089e0cf13ffe34560627ea86f8a (diff)
downloadperl-83f994449ff3b545bfb3e51036dda9f17f8abf44.tar.gz
Fix compiler warning introduced in DEBUGGING builds by #33103
p4raw-id: //depot/perl@33142
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index fa5e1d5cc6..aa17276f07 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1585,7 +1585,7 @@ s |void |strip_return |NN SV *sv
# endif
# if defined(DEBUGGING)
s |int |tokereport |I32 rv|NN const YYSTYPE* lvalp
-s |void |printbuf |NN const char *const fmt|NN const char* s
+s |void |printbuf |NN const char *const fmt|NN const char *const s
# endif
#endif