diff options
author | Araq <rumpf_a@web.de> | 2012-02-24 19:19:13 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-02-24 19:19:13 +0100 |
commit | f0172b0a5fdb618265eb20fb03dd720e970f95a7 (patch) | |
tree | 3ddd91ae4cc35fd3e6a6da8718da902a5493c7ab /doc/nimrodc.txt | |
parent | 96e7ee91cced216e287b9dadb6eec97147347989 (diff) | |
download | Nim-f0172b0a5fdb618265eb20fb03dd720e970f95a7.tar.gz |
exported strutils.abbrev
Diffstat (limited to 'doc/nimrodc.txt')
-rwxr-xr-x | doc/nimrodc.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/nimrodc.txt b/doc/nimrodc.txt index 77a96ee74..7e1df29fa 100755 --- a/doc/nimrodc.txt +++ b/doc/nimrodc.txt @@ -174,9 +174,9 @@ The `incompleteStruct`:idx: pragma tells the compiler to not use the underlying C ``struct`` in a ``sizeof`` expression: .. code-block:: Nimrod -type - TDIR* {.importc: "DIR", header: "<dirent.h>", - final, pure, incompleteStruct.} = object + type + TDIR* {.importc: "DIR", header: "<dirent.h>", + final, pure, incompleteStruct.} = object Compile pragma |