diff options
author | Andreas Rumpf <andreas@andreas-laptop> | 2010-08-14 15:46:07 +0200 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-laptop> | 2010-08-14 15:46:07 +0200 |
commit | fc0b66a7ff1c17fae66e604279524e757451bd1d (patch) | |
tree | 6d3c17703fe5b5beb6db6df58b9de674ec60fc02 /rod/c2nim | |
parent | fee8e328efa97680efbcfdb72fa4a7b34ee5b564 (diff) | |
download | Nim-fc0b66a7ff1c17fae66e604279524e757451bd1d.tar.gz |
accurate file/line information
Diffstat (limited to 'rod/c2nim')
-rwxr-xr-x | rod/c2nim/manual.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rod/c2nim/manual.txt b/rod/c2nim/manual.txt index 7aa8b557b..c485a57f1 100755 --- a/rod/c2nim/manual.txt +++ b/rod/c2nim/manual.txt @@ -211,7 +211,7 @@ identifier should be converted: .. code-block:: C #mangle "'GTK_'{.*}" "TGtk$1" -For convenience the PEG pattern and the replacement can be a single identifiers +For convenience the PEG pattern and the replacement can be single identifiers too, there is no need to quote them: .. code-block:: C |