diff options
Diffstat (limited to 'driver.fun')
-rw-r--r-- | driver.fun | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |