summary refs log tree commit diff stats
path: root/rod/nimconf.nim
diff options
context:
space:
mode:
Diffstat (limited to 'rod/nimconf.nim')
-rwxr-xr-xrod/nimconf.nim6
1 files changed, 3 insertions, 3 deletions
diff --git a/rod/nimconf.nim b/rod/nimconf.nim
index 836be5097..231377978 100755
--- a/rod/nimconf.nim
+++ b/rod/nimconf.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2008 Andreas Rumpf
+#        (c) Copyright 2011 Andreas Rumpf
 #
 #    See the file "copying.txt", included in this
 #    distribution, for details about the copyright.
@@ -139,7 +139,7 @@ proc parseDirective(L: var TLexer, tok: PToken) =
     doEnd(L, tok)
   of wWrite: 
     ppGetTok(L, tok)
-    msgs.MessageOut(tokToStr(tok))
+    msgs.MsgWriteln(tokToStr(tok))
     ppGetTok(L, tok)
   of wPutEnv: 
     ppGetTok(L, tok)
@@ -254,4 +254,4 @@ proc LoadConfig(project: string) =
   if not (optSkipProjConfigFile in gGlobalOptions) and (project != ""): 
     conffile = changeFileExt(project, "cfg")
     if existsFile(conffile): readConfigFile(conffile)
-  
\ No newline at end of file
+