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

checker: stricter unknown type checks, show better suggestions (#8816)

This commit is contained in:
Swastik Baranwal
2021-02-19 14:53:13 +05:30
committed by GitHub
parent 6a752512b2
commit ad162cd6fc
14 changed files with 120 additions and 142 deletions

View File

@@ -50,7 +50,7 @@ struct C.timespec {
tv_nsec i64
}
fn C._mkgmtime(&C.tm) time_t
fn C._mkgmtime(&C.tm) C.time_t
fn C.QueryPerformanceCounter(&u64) C.BOOL