1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

cgen: move cgen from v.gen to v.gen.c (#8515)

This commit is contained in:
joe-conigliaro
2021-02-03 01:41:51 +11:00
committed by GitHub
parent d477e525bb
commit ffedbe4b81
23 changed files with 61 additions and 63 deletions

View File

@@ -37,17 +37,17 @@ const (
'vlib/v/errors/',
'vlib/v/eval/',
'vlib/v/fmt/',
'vlib/v/gen/auto_str_methods.v',
'vlib/v/gen/cgen.v',
'vlib/v/gen/cgen_test.v',
'vlib/v/gen/cmain.v',
'vlib/v/gen/comptime.v',
'vlib/v/gen/fn.v',
'vlib/v/gen/json.v',
'vlib/v/gen/live.v',
'vlib/v/gen/profile.v',
'vlib/v/gen/sql.v',
'vlib/v/gen/str.v',
'vlib/v/gen/c/auto_str_methods.v',
'vlib/v/gen/c/cgen.v',
'vlib/v/gen/c/cgen_test.v',
'vlib/v/gen/c/cmain.v',
'vlib/v/gen/c/comptime.v',
'vlib/v/gen/c/fn.v',
'vlib/v/gen/c/json.v',
'vlib/v/gen/c/live.v',
'vlib/v/gen/c/profile.v',
'vlib/v/gen/c/sql.v',
'vlib/v/gen/c/str.v',
'vlib/v/gen/x64/elf.v',
'vlib/v/gen/x64/elf_obj.v',
'vlib/v/gen/x64/gen.v',