summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2006-05-09 07:27:30 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-05-12 14:33:40 +0000
commit931e0695c454f4c18f68d30775151862650cc4d8 (patch)
tree82b2edc65c662429203892935c7afb381f393e82 /embed.h
parenta5f5288a1ce96404c41043e92557b8c1a5ad9e30 (diff)
downloadperl-931e0695c454f4c18f68d30775151862650cc4d8.tar.gz
Proper use of static funcs in toke.c and pp_sys.c
Message-ID: <20060509172730.GA5272@petdance.com> p4raw-id: //depot/perl@28179
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h2
1 files changed, 2 insertions, 0 deletions
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