summary refs log tree commit diff stats
path: root/compiler/commands.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-07-08 22:24:28 +0200
committerAndreas Rumpf <rumpf_a@web.de>2016-07-08 22:24:28 +0200
commite2267ef5c95e400e20ac48bea9c662241bc01f18 (patch)
tree7f3dec1d840266b55e27853ac38b83d6add91d18 /compiler/commands.nim
parent089c31765fd7d0fc2c4beb4869dd9a42c78b4ab8 (diff)
downloadNim-e2267ef5c95e400e20ac48bea9c662241bc01f18.tar.gz
Nimscript supports hint() and warning() procs; refs #3688
Diffstat (limited to 'compiler/commands.nim')
-rw-r--r--compiler/commands.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/commands.nim b/compiler/commands.nim
index cf1e16b28..22512c563 100644
--- a/compiler/commands.nim
+++ b/compiler/commands.nim
@@ -158,7 +158,7 @@ var
   enableNotes: TNoteKinds
   disableNotes: TNoteKinds
 
-proc processSpecificNote(arg: string, state: TSpecialWord, pass: TCmdLinePass,
+proc processSpecificNote*(arg: string, state: TSpecialWord, pass: TCmdLinePass,
                          info: TLineInfo; orig: string) =
   var id = ""  # arg = "X]:on|off"
   var i = 0