2009/9/9 erik quanstrom <[email protected]>: >> gcc happily compiles a definition like >> #define CT_v249 ((void*)startLabel+464) > > no it doesn't.
yes it does:
% cat > x.c
void *f(void *v){return v + 23;}
% gcc -Wall -c x.c
%
2009/9/9 erik quanstrom <[email protected]>: >> gcc happily compiles a definition like >> #define CT_v249 ((void*)startLabel+464) > > no it doesn't.
yes it does:
% cat > x.c
void *f(void *v){return v + 23;}
% gcc -Wall -c x.c
%