mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
replace *Foo with &Foo everywhere
This commit is contained in:
@@ -24,7 +24,7 @@ pub:
|
||||
}
|
||||
|
||||
|
||||
fn C.localtime(int) *C.tm
|
||||
fn C.localtime(int) &C.tm
|
||||
|
||||
fn remove_me_when_c_bug_is_fixed() { // TODO
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user