diff options
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 *); |