summary refs log tree commit diff stats
path: root/rod/c2nim
diff options
context:
space:
mode:
authorAndreas Rumpf <andreas@andreas-laptop>2010-07-23 08:40:06 +0200
committerAndreas Rumpf <andreas@andreas-laptop>2010-07-23 08:40:06 +0200
commitf30784b839416d4fa1ed56fb7505a54c1e1acaa8 (patch)
tree5d2b69b120c52624f9d95b376529882b9e60fa9c /rod/c2nim
parentc71011901537079fa0ef8703bb2dd790fba37658 (diff)
downloadNim-f30784b839416d4fa1ed56fb7505a54c1e1acaa8.tar.gz
standalone structs still not implemented
Diffstat (limited to 'rod/c2nim')
-rw-r--r--rod/c2nim/manual.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/rod/c2nim/manual.txt b/rod/c2nim/manual.txt
index 72c9d44da..3aca188b4 100644
--- a/rod/c2nim/manual.txt
+++ b/rod/c2nim/manual.txt
@@ -234,6 +234,8 @@ Limitations
 
 * C's ``,`` operator (comma operator) is not supported.
 * C's ``union`` has no equivalent in Nimrod.
+* Standalone ``struct x {}`` declarations are not implemented. Put them into
+  a ``typedef``.
 * The condition in a ``do while(condition)`` statement must be ``0``.
 * Lots of other small issues...