diff options
| author | Quentin Carbonneaux <quentin@c9x.me> | 2022-03-08 15:33:21 +0100 |
|---|---|---|
| committer | Quentin Carbonneaux <quentin@c9x.me> | 2022-03-08 15:36:26 +0100 |
| commit | 349794f3e4f11e4cc34a501ba935a2a305229738 (patch) | |
| tree | 3e858a2d3dbf8b4ad43cc5f2f40a8790b37b99b6 /all.h | |
| parent | 3d294346ab168fd0b12761711fbe667e47fd644e (diff) | |
| download | roux-349794f3e4f11e4cc34a501ba935a2a305229738.tar.gz | |
cosmetics
Diffstat (limited to 'all.h')
| -rw-r--r-- | all.h | 3 |
1 files changed, 2 insertions, 1 deletions
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); |
