harec

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit c3e77a3b5182c3f0edd9ea9ffd9b226938172eae
parent 5be49d19fb6c5901e243cfa3255c2a44458f1682
Author: Drew DeVault <sir@cmpwn.com>
Date:   Tue, 12 Jan 2021 16:16:22 -0500

rt/rtmain: don't re-declare exit

We don't need this anymore.

Diffstat:
Mrt/rtmain.ha | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/rt/rtmain.ha b/rt/rtmain.ha @@ -1,5 +1,4 @@ @symbol("main") fn main() int; -fn exit(status: int) void; let @symbol("__init_array_start") init_start: [*]*fn() void; let @symbol("__init_array_end") init_end: [*]*fn() void;