From 349794f3e4f11e4cc34a501ba935a2a305229738 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Tue, 8 Mar 2022 15:33:21 +0100 Subject: cosmetics --- all.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'all.h') diff --git a/all.h b/all.h index c19b4ae..a62b19b 100644 --- a/all.h +++ b/all.h @@ -441,7 +441,8 @@ void chuse(Ref, int, Fn *); Ref newcon(Con *, Fn *); Ref getcon(int64_t, Fn *); int addcon(Con *, Con *); -void blit(Ref, uint, Ref, uint, Fn *); +void blit(Ref, uint, Ref, uint, uint, Fn *); +void blit0(Ref, Ref, uint, Fn *); void dumpts(BSet *, Tmp *, FILE *); void bsinit(BSet *, uint); -- cgit 1.4.1