From d0100faf26923854546e0f52c252a06f8c0ecd2a Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Fri, 11 Jun 2021 18:41:50 +0300 Subject: [PATCH] all: fix sanitizer build --- vlib/v/gen/c/cheaders.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/v/gen/c/cheaders.v b/vlib/v/gen/c/cheaders.v index 4b1092ccfb..dbf44836a6 100644 --- a/vlib/v/gen/c/cheaders.v +++ b/vlib/v/gen/c/cheaders.v @@ -50,7 +50,7 @@ static inline void __sort_ptr(uintptr_t a[], bool b[], int l) { ' const c_common_macros = ' -typedef unsigned char u8; +//typedef unsigned char u8; #define EMPTY_VARG_INITIALIZATION 0 #define EMPTY_STRUCT_DECLARATION #define EMPTY_STRUCT_INITIALIZATION