mirror of
https://github.com/vlang/v.git
synced 2025-09-14 15:02:33 +03:00
string: title() and small fixes
This commit is contained in:
parent
754b8082fb
commit
db525524ee
4 changed files with 77 additions and 22 deletions
|
@ -818,7 +818,6 @@ fn new_v(args[]string) *V {
|
|||
dir: dir
|
||||
lang_dir: vroot
|
||||
table: new_table(obfuscate)
|
||||
out_name: out_name
|
||||
out_name_c: out_name_c
|
||||
cgen: new_cgen(out_name_c)
|
||||
vroot: vroot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue