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

freebsd: backtrace

This commit is contained in:
M
2019-11-25 11:54:56 +01:00
committed by Alexander Medvednikov
parent 30042ab54b
commit 837af9b230
3 changed files with 17 additions and 1 deletions

View File

@@ -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 {