From fc29f3f2b0c3a7c5ef1c75d910cf0815d2edbba2 Mon Sep 17 00:00:00 2001 From: lemon Date: Fri, 5 Aug 2022 05:35:57 +0200 Subject: better diagnostics --- bootstrap/all.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootstrap/all.h') diff --git a/bootstrap/all.h b/bootstrap/all.h index c2a8843..b01bce7 100644 --- a/bootstrap/all.h +++ b/bootstrap/all.h @@ -485,6 +485,8 @@ void dumptransunit(const struct transunit *); const char *tokt2str(int); const char *tok2str(struct tok); void pritoktree(struct toktree); +void epri(const char *fmt, ...); +void vepri(const char *fmt, va_list); /** cgen.c **/ void cgen(FILE *, const struct transunit *); -- cgit v1.2.3