Skip to content

Commit 711e90c

Browse files
authored
v.util: add math to builtin_module_names (temporary fix for C2V) (#14100)
1 parent f6a0c26 commit 711e90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vlib/v/util/util.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const (
3636
]
3737
)
3838

39-
const builtin_module_names = ['builtin', 'strconv', 'strings', 'dlmalloc']
39+
const builtin_module_names = ['builtin', 'strconv', 'strings', 'dlmalloc', 'math']
4040

4141
pub fn module_is_builtin(mod string) bool {
4242
// NOTE: using util.builtin_module_parts here breaks -usecache on macos

0 commit comments

Comments
 (0)