mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ui: Objective-C @interface support for Cocoa; minor clean-ups
This commit is contained in:
@ -771,7 +771,8 @@ pub fn file_last_mod_unix(path string) int {
|
||||
}
|
||||
|
||||
|
||||
fn log(s string) {
|
||||
pub fn log(s string) {
|
||||
println('os.log: ' + s)
|
||||
}
|
||||
|
||||
pub fn flush_stdout() {
|
||||
|
Reference in New Issue
Block a user