mirror of
https://github.com/vlang/v.git
synced 2025-09-16 16:02:29 +03:00
freebsd: backtrace
This commit is contained in:
parent
30042ab54b
commit
837af9b230
3 changed files with 17 additions and 1 deletions
|
@ -309,6 +309,7 @@ fn platform_postfix_to_ifdefguard(name string) string {
|
|||
'_nix.v' { '#ifndef _WIN32' }
|
||||
'_lin.v', '_linux.v' { '#ifdef __linux__' }
|
||||
'_mac.v', '_darwin.v' { '#ifdef __APPLE__' }
|
||||
'_bsd.v', '_freebsd.v '{ '#ifdef __FreeBSD__'}
|
||||
'_solaris.v' { '#ifdef __sun' }
|
||||
'_haiku.v' { '#ifdef __haiku__' }
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue