diff options
author | Steve Hay <SteveHay@planit.com> | 2008-01-31 09:12:36 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2008-01-31 09:12:36 +0000 |
commit | 83f994449ff3b545bfb3e51036dda9f17f8abf44 (patch) | |
tree | 8ff0f2526040748a9c6218354265742b89a68525 /embed.fnc | |
parent | 384f06ae49854089e0cf13ffe34560627ea86f8a (diff) | |
download | perl-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.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |