From 2bf840925ba7781d16406ac28438f8bdc5f7d08c Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Tue, 3 Mar 2020 17:05:28 -0500 Subject: new, better test system --- std/io.toc | 2 -- 1 file changed, 2 deletions(-) (limited to 'std') diff --git a/std/io.toc b/std/io.toc index 2c1fc8b..17c4bbb 100644 --- a/std/io.toc +++ b/std/io.toc @@ -1,5 +1,3 @@ -#C("#include \n"); - putchar ::= #foreign("putchar", "libc.so.6") fn(#C int) #C int; toc_putchar ::= fn(x: char) { putchar(x as #C int); -- cgit v1.2.3