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

ast: merge IfExpr and CompIf (#6011)

This commit is contained in:
spaceface777
2020-09-18 00:58:54 +02:00
committed by GitHub
parent 98e6d25b42
commit ff92c3409d
20 changed files with 357 additions and 393 deletions

View File

@ -8,9 +8,8 @@ import time
#flag -lpthread
$if macos {
#include <dispatch/dispatch.h>
} $else {
#include <semaphore.h>
}
#include <semaphore.h>
// [init_with=new_mutex] // TODO: implement support for this struct attribute, and disallow Mutex{} from outside the sync.new_mutex() function.
[ref_only]