summary refs log tree commit diff stats
path: root/rod/c2nim
diff options
context:
space:
mode:
authorAndreas Rumpf <andreas@andreas-laptop>2010-07-21 20:59:06 +0200
committerAndreas Rumpf <andreas@andreas-laptop>2010-07-21 20:59:06 +0200
commitcdf03b06b93d8bf5023d7c4b38a761675a20d514 (patch)
treef41ea10b1d54502600e841605d8fb0767558e5d3 /rod/c2nim
parentde27098546773b9af5d1a1c06f68f06fadbf3008 (diff)
downloadNim-cdf03b06b93d8bf5023d7c4b38a761675a20d514.tar.gz
added system.appType magic
Diffstat (limited to 'rod/c2nim')
-rwxr-xr-xrod/c2nim/c2nim.cfg4
-rw-r--r--rod/c2nim/manual.txt2
2 files changed, 5 insertions, 1 deletions
diff --git a/rod/c2nim/c2nim.cfg b/rod/c2nim/c2nim.cfg
new file mode 100755
index 000000000..789e6ec7f
--- /dev/null
+++ b/rod/c2nim/c2nim.cfg
@@ -0,0 +1,4 @@
+# Use the modules of the compiler
+
+path: "$nimrod/rod"
+
diff --git a/rod/c2nim/manual.txt b/rod/c2nim/manual.txt
index b2bb3dc06..68ad7a8bd 100644
--- a/rod/c2nim/manual.txt
+++ b/rod/c2nim/manual.txt
@@ -170,7 +170,7 @@ in the future as it cannot work for backends that do not generate C code.
 that can be used for the same purpose.
 
 c2nim does not do any name mangling by default. However the 
- ``#prefix`` and ``#suffix`` directives can be used to strip prefixes and
+``#prefix`` and ``#suffix`` directives can be used to strip prefixes and
 suffixes from the identifiers in the C code: 
  
 .. code-block:: C