p4raw-id: //depot/perl@33142
# 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
STATIC int S_tokereport(pTHX_ I32 rv, const YYSTYPE* lvalp)
__attribute__nonnull__(pTHX_2);
-STATIC void S_printbuf(pTHX_ const char *const fmt, const char* s)
+STATIC void S_printbuf(pTHX_ const char *const fmt, const char *const s)
__attribute__nonnull__(pTHX_1)
__attribute__nonnull__(pTHX_2);