summary refs log tree commit diff stats
path: root/compiler/commands.nim
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2012-11-20 16:48:32 +0200
committerZahary Karadjov <zahary@gmail.com>2012-11-28 01:15:13 +0200
commitf9bd8cc985a3c222ef944e9253f645cec8ed8dc1 (patch)
treecbe72e3b374762b6dbe5068fa782a6105e2a1cb9 /compiler/commands.nim
parent36e25a6849f4d06ab6919e60664e6c04b0a63aa7 (diff)
downloadNim-f9bd8cc985a3c222ef944e9253f645cec8ed8dc1.tar.gz
[caas] first version that actually works (still has a lot of logical memory leaks on recompilation)
Diffstat (limited to 'compiler/commands.nim')
-rwxr-xr-xcompiler/commands.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/commands.nim b/compiler/commands.nim
index 979da3db8..5043a60ec 100755
--- a/compiler/commands.nim
+++ b/compiler/commands.nim
@@ -23,6 +23,7 @@ type
 
 proc ProcessCommand*(switch: string, pass: TCmdLinePass)
 proc processSwitch*(switch, arg: string, pass: TCmdlinePass, info: TLineInfo)
+
 # implementation
 
 const