diff options
author | Zahary Karadjov <zahary@gmail.com> | 2012-11-20 16:48:32 +0200 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2012-11-28 01:15:13 +0200 |
commit | f9bd8cc985a3c222ef944e9253f645cec8ed8dc1 (patch) | |
tree | cbe72e3b374762b6dbe5068fa782a6105e2a1cb9 /compiler/commands.nim | |
parent | 36e25a6849f4d06ab6919e60664e6c04b0a63aa7 (diff) | |
download | Nim-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-x | compiler/commands.nim | 1 |
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 |