summaryrefslogtreecommitdiff
path: root/driver.fun
diff options
context:
space:
mode:
authorVladimir Azarov <avm@intermediate-node.net>2025-05-14 03:19:35 +0200
committerVladimir Azarov <avm@intermediate-node.net>2025-05-14 03:19:35 +0200
commit3d568063a49204193009ad6a2637176b38902525 (patch)
treea29e144f61133c7cd505f3657ae4abf27b12f19f /driver.fun
parent52a6f8656e8a600a2c59fa2802fb46fafb30de45 (diff)
Printf
Diffstat (limited to 'driver.fun')
-rw-r--r--driver.fun2
1 files changed, 1 insertions, 1 deletions
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