From 09df5adbddbcbef782ce9fa1a27ce3cb439c4033 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Thu, 29 Jul 2021 06:45:04 +0300 Subject: [PATCH] builtin: re-gen v.c --- vlib/builtin/int.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/builtin/int.v b/vlib/builtin/int.v index 9c769d999f..cd1cbd86e2 100644 --- a/vlib/builtin/int.v +++ b/vlib/builtin/int.v @@ -7,7 +7,7 @@ module builtin // ----- value to string functions ----- // -type u8 = byte +//type u8 = byte // ptr_str returns the address of `ptr` as a `string`. pub fn ptr_str(ptr voidptr) string {