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:
Detlef Riekenberg 2023-03-11 14:13:23 +01:00
parent cad8739594
commit 7abf2c03d6

View File

@ -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 */