diff options
| author | 2022-08-16 09:19:33 +0200 | |
|---|---|---|
| committer | 2022-08-16 09:19:33 +0200 | |
| commit | 1ca77f60626666fba792db407dd11ea9b597d9cf (patch) | |
| tree | 0e5ea52e457474899ad5f0076bbe658e67626925 /src/fmt.cff | |
| parent | 04c7892134d49f3b295a51cc741affe9f02e374d (diff) | |
binary operators and more stuff
Diffstat (limited to 'src/fmt.cff')
| -rw-r--r-- | src/fmt.cff | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fmt.cff b/src/fmt.cff index 53eeb56..10508b9 100644 --- a/src/fmt.cff +++ b/src/fmt.cff @@ -132,6 +132,7 @@ extern fn vpfmt(proc *fn(u8, *void) void, parg *void, fmt *const u8, ap va_list) } fn pritype(proc typeof(proc), parg *void, ty *const Type) void { + assert(ty != #null, "pritype"); if ty.konst { ps("const "); } |