From 931e0695c454f4c18f68d30775151862650cc4d8 Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Tue, 9 May 2006 07:27:30 -0500 Subject: Proper use of static funcs in toke.c and pp_sys.c Message-ID: <20060509172730.GA5272@petdance.com> p4raw-id: //depot/perl@28179 --- embed.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'embed.h') diff --git a/embed.h b/embed.h index 5edf4bad08..9383ce6e84 100644 --- a/embed.h +++ b/embed.h @@ -1472,6 +1472,7 @@ # if defined(DEBUGGING) #ifdef PERL_CORE #define tokereport S_tokereport +#define printbuf S_printbuf #endif # endif #endif @@ -3635,6 +3636,7 @@ # if defined(DEBUGGING) #ifdef PERL_CORE #define tokereport(a) S_tokereport(aTHX_ a) +#define printbuf(a,b) S_printbuf(aTHX_ a,b) #endif # endif #endif -- cgit v1.2.1