From 99078d80d7abb1c47612bc70f7affbde8735066a Mon Sep 17 00:00:00 2001 From: Arne Döring Date: Thu, 31 Oct 2019 19:18:12 +0100 Subject: introduce csize_t instead of fixing csize (#12497) --- compiler/linter.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/linter.nim') diff --git a/compiler/linter.nim b/compiler/linter.nim index d3c461b66..41ee24fa5 100644 --- a/compiler/linter.nim +++ b/compiler/linter.nim @@ -37,7 +37,7 @@ proc beautifyName(s: string, k: TSymKind): string = # Types should start with a capital unless builtins like 'int' etc.: if s =~ ["int", "uint", "cint", "cuint", "clong", "cstring", "string", "char", "byte", "bool", "openArray", "seq", "array", "void", - "pointer", "float", "csize", "cdouble", "cchar", "cschar", + "pointer", "float", "csize", "csize_t", "cdouble", "cchar", "cschar", "cshort", "cu", "nil", "typedesc", "auto", "any", "range", "openarray", "varargs", "set", "cfloat", "ref", "ptr", "untyped", "typed", "static", "sink", "lent", "type", "owned"]: -- cgit 1.4.1-2-gfad0 <ahoang@tilde.institute>
summary refs log blame commit diff stats
path: root/testament/testament.nim.cfg
blob: c97284129ea77ff8bf3fd670a4f0e7faa6bbcab8 (plain) (tree)
1
2
3
4
5
6