diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-04-18 10:53:49 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-04-18 10:53:49 +0200 |
commit | d7e8b89eb8f159e0220c48cd06233b7a6a060a72 (patch) | |
tree | 3b05979e92f003b3acb94052d9a3839cf255cfcc /lib | |
parent | 7f7fc35a0edbe94056a5ad8c442c577f0a1ce7be (diff) | |
parent | 01ca3ba26d28c5f645b0fc30fca1f386970d120d (diff) | |
download | Nim-d7e8b89eb8f159e0220c48cd06233b7a6a060a72.tar.gz |
Merge pull request #4094 from mjendrusch/cppTemplates
Fixes #4093
Diffstat (limited to 'lib')
-rw-r--r-- | lib/nimbase.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/nimbase.h b/lib/nimbase.h index 5a4f403b6..f531f3c49 100644 --- a/lib/nimbase.h +++ b/lib/nimbase.h @@ -222,6 +222,8 @@ __clang__ /* ----------------------------------------------------------------------- */ +#define COMMA , + #include <limits.h> #include <stddef.h> |