diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-01-11 00:24:48 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-01-11 00:24:48 +0000 |
commit | 5fa550fb3553a576bba2951a8073ed615edabf77 (patch) | |
tree | 5bb5c462e463b2b311fbddffbd979fb113365d58 /proto.h | |
parent | 1df5f7c19502d9913cf1f60730ae040812453f58 (diff) | |
download | perl-5fa550fb3553a576bba2951a8073ed615edabf77.tar.gz |
In toke.c, merge S_update_debugger_info_pv() and
S_update_debugger_info_sv() into S_update_debugger_info().
p4raw-id: //depot/perl@29749
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -3971,12 +3971,7 @@ STATIC char* S_scan_word(pTHX_ char *s, char *dest, STRLEN destlen, int allow_pa __attribute__nonnull__(pTHX_2) __attribute__nonnull__(pTHX_5); -STATIC void S_update_debugger_info_pv(pTHX_ const char *buf, STRLEN len) - __attribute__nonnull__(pTHX_1); - -STATIC void S_update_debugger_info_sv(pTHX_ SV *orig_sv) - __attribute__nonnull__(pTHX_1); - +STATIC void S_update_debugger_info(pTHX_ SV *orig_sv, const char *buf, STRLEN len); STATIC char* S_skipspace(pTHX_ char *s) __attribute__warn_unused_result__ __attribute__nonnull__(pTHX_1); |