fix: Do not define INCLUDE_STACK_SIZE twice
We have that define already in tcc.h and changing the define in tcc.h breaks compilation of tcc without this fix. -- Regards ... Detlef
This commit is contained in:
parent
cad8739594
commit
7abf2c03d6
1 changed files with 0 additions and 1 deletions
1
tccrun.c
1
tccrun.c
|
@ -535,7 +535,6 @@ static char *rt_elfsym(rt_context *rc, addr_t wanted_pc, addr_t *func_addr)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
#define INCLUDE_STACK_SIZE 32
|
||||
|
||||
/* print the position in the source file of PC value 'pc' by reading
|
||||
the stabs debug information */
|
||||
|
|
Loading…
Reference in a new issue