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

builtin: remove asl.h include

This commit is contained in:
Alexander Medvednikov 2020-08-22 17:22:14 +02:00
parent 9e12095111
commit 7dfae2384b

View File

@ -115,11 +115,9 @@ const (
)
//#include "@VROOT/vlib/darwin/darwin.m"
//fn C.nsstring2(s string) voidptr
//fn C.NSLog(x voidptr)
#include <asl.h>
//#include <asl.h>
fn C.asl_log(voidptr, voidptr, int, charptr)