mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
rewrite interfaces
This commit is contained in:
@ -297,6 +297,7 @@ pub fn (v mut V) compile() {
|
||||
def.writeln('\nstring _STR(const char*, ...);\n')
|
||||
def.writeln('\nstring _STR_TMP(const char*, ...);\n')
|
||||
def.writeln(cgen.fns.join_lines()) // fn definitions
|
||||
def.writeln(v.interface_table())
|
||||
} $else {
|
||||
def.writeln(v.type_definitions())
|
||||
}
|
||||
|
Reference in New Issue
Block a user