removed dependence on libtraceback

implemented our own traceback after error by attaching gdb
This commit is contained in:
2021-09-22 18:12:40 +02:00
parent 256de57333
commit 7f84abb541
7 changed files with 67 additions and 19 deletions

3
la.h
View File

@@ -20,9 +20,6 @@
//this should be the single include file for the end user
//
#ifdef USE_TRACEBACK
#include "traceback.h"
#endif
#include "la_traits.h"
#include "laerror.h"
#include "auxstorage.h"