enhanced backtrace to show the main source file name
This commit is contained in:
@ -1789,7 +1789,6 @@ struct hak_t
|
||||
int tagged_brands[16];
|
||||
hak_oop_class_t* tagged_classes[16]; /* this is a pointer to hak_oop_class_t which is also a pointer */
|
||||
|
||||
|
||||
hak_oop_t* volat_stack[256]; /* stack for temporaries */
|
||||
hak_oow_t volat_count;
|
||||
|
||||
@ -1843,7 +1842,6 @@ struct hak_t
|
||||
} xbuf; /* buffer to support sprintf */
|
||||
} sprintf;
|
||||
|
||||
|
||||
hak_code_t code;
|
||||
|
||||
/* == PRINTER to udo stream == */
|
||||
|
Reference in New Issue
Block a user