This commit is contained in:
flaviut
2014-05-26 10:39:37 -04:00
parent b54f66eeff
commit 056c78020b

View File

@@ -13,8 +13,7 @@
proc mangleField(name: string): string =
result = mangle(name)
if name[0] in 'a'..'z':
result[0] = name[0].toUpper
result[0] = result[0].toUpper
proc isKeyword(w: PIdent): bool =
# nimrod and C++ share some keywords