mirror of
git://repo.or.cz/tinycc.git
synced 2026-07-06 19:39:01 +08:00
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
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;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define INCLUDE_STACK_SIZE 32
|
|
||||||
|
|
||||||
/* print the position in the source file of PC value 'pc' by reading
|
/* print the position in the source file of PC value 'pc' by reading
|
||||||
the stabs debug information */
|
the stabs debug information */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user