diff options
| author | 2022-08-05 05:35:57 +0200 | |
|---|---|---|
| committer | 2022-08-05 05:35:57 +0200 | |
| commit | fc29f3f2b0c3a7c5ef1c75d910cf0815d2edbba2 (patch) | |
| tree | eef251348f3e1b3a30a3a6296fa05e36971f3140 /bootstrap/all.h | |
| parent | b0d95956fcade40a2d608ccea79e2e989f97b72f (diff) | |
better diagnostics
Diffstat (limited to 'bootstrap/all.h')
| -rw-r--r-- | bootstrap/all.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 *); |