diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-07-06 10:44:15 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-07-07 00:47:59 +0200 |
| commit | 470bfba45661d19558c0bf43b7819696a925ecb4 (patch) | |
| tree | 44eef131a3edca1cc5489fa45851a5d5685ec530 /source/common.elna | |
| parent | 8ea930783d15c04bbe9a027eaf19ca10e2cd87c0 (diff) | |
| download | elna-470bfba45661d19558c0bf43b7819696a925ecb4.tar.gz | |
Fix compiler crashing on syntax errors
after error reporting.
Diffstat (limited to 'source/common.elna')
| -rw-r--r-- | source/common.elna | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
