From 470bfba45661d19558c0bf43b7819696a925ecb4 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Mon, 6 Jul 2026 10:44:15 +0200 Subject: Fix compiler crashing on syntax errors after error reporting. --- source/common.elna | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/common.elna') diff --git a/source/common.elna b/source/common.elna index 33a79b8..f75751c 100644 --- a/source/common.elna +++ b/source/common.elna @@ -11,7 +11,7 @@ type column: Word end -proc write*(fd: Int, buf: Pointer, Word: Int) -> Int +proc write*(fd: Int; buf: Pointer; Word: Int) -> Int extern proc write_s*(value: String) -- cgit v1.2.3