From 3d568063a49204193009ad6a2637176b38902525 Mon Sep 17 00:00:00 2001 From: Vladimir Azarov Date: Wed, 14 May 2025 03:19:35 +0200 Subject: Printf --- driver.fun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver.fun') diff --git a/driver.fun b/driver.fun index 02eadcc..df50b1e 100644 --- a/driver.fun +++ b/driver.fun @@ -8,7 +8,7 @@ functor Driver(P: PPC): DRIVER = struct val initConfig: config = { file = NONE, includeDirs = [] } - fun die msg = (printLn msg; Posix.Process.exit $ Word8.fromInt 1) + fun die msg = (printf `msg `"\n"; Posix.Process.exit $ Word8.fromInt 1) fun parseCmdArgs { file, includeDirs } [] = if file = NONE then -- cgit v1.2.3