From bf41d022ce9736a92097f416ab96fca7ab4594ca Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sun, 23 Aug 2026 14:05:26 +0200 Subject: Reject 0-sized variables --- source/cstdio.elna | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cstdio.elna') diff --git a/source/cstdio.elna b/source/cstdio.elna index cd218fe..78c3a24 100644 --- a/source/cstdio.elna +++ b/source/cstdio.elna @@ -3,7 +3,7 @@ obtain one at https://mozilla.org/MPL/2.0/. *) type - FILE* = record end + FILE* = extern var stdin*: ^FILE := extern -- cgit v1.2.3