diff options
author | Andreas Rumpf <andreas@andreas-desktop> | 2010-01-21 19:05:14 +0100 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-desktop> | 2010-01-21 19:05:14 +0100 |
commit | 0ea4b71eec1fc2b738b203e4196f281be49d6aae (patch) | |
tree | e301abea641bd18e57db05cd98829ba196e97ca5 /rod/pas2nim | |
parent | b50133b50f12025faf4801558f7e42cd96493da0 (diff) | |
download | Nim-0ea4b71eec1fc2b738b203e4196f281be49d6aae.tar.gz |
atomic is now a keyword
Diffstat (limited to 'rod/pas2nim')
-rwxr-xr-x | rod/pas2nim/pas2nim.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rod/pas2nim/pas2nim.cfg b/rod/pas2nim/pas2nim.cfg new file mode 100755 index 000000000..789e6ec7f --- /dev/null +++ b/rod/pas2nim/pas2nim.cfg @@ -0,0 +1,4 @@ +# Use the modules of the compiler + +path: "$nimrod/rod" + |