mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
remove execinfo.h header
This commit is contained in:
@@ -30,8 +30,6 @@ fn on_panic(f fn (int) int) {
|
||||
// TODO
|
||||
}
|
||||
|
||||
fn C.backtrace(voidptr, int) int
|
||||
|
||||
pub fn print_backtrace_skipping_top_frames(skipframes int) {
|
||||
$if mac {
|
||||
buffer := [100]byteptr
|
||||
|
||||
Reference in New Issue
Block a user