diff --git a/compiler/cbuilderbase.nim b/compiler/cbuilderbase.nim index c09394670c..d0ffbd791e 100644 --- a/compiler/cbuilderbase.nim +++ b/compiler/cbuilderbase.nim @@ -151,10 +151,10 @@ const CPointer* = "void*" CConstPointer* = "NIM_CONST void*" -proc cIntType*(bits: int): Snippet = +proc cIntType*(bits: BiggestInt): Snippet = "NI" & $bits -proc cUintType*(bits: int): Snippet = +proc cUintType*(bits: BiggestInt): Snippet = "NU" & $bits type