Closed hohle closed 6 days ago
This updates m2ctx to be aware of the VERSION env var and sets that env var in the Makefile prior to running m2ctx to eliminate the:
m2ctx
VERSION
warning: #warning "Version not specified. Falling back to the US version." [-Wcpp]
error caused by common.h.
common.h
This also removes #define __STDC_HOSTED__ 0 from the generated context. That macro causes redefinition warnings in decomp.me.
#define __STDC_HOSTED__ 0
This updates
m2ctx
to be aware of theVERSION
env var and sets that env var in the Makefile prior to runningm2ctx
to eliminate the:error caused by
common.h
.This also removes
#define __STDC_HOSTED__ 0
from the generated context. That macro causes redefinition warnings in decomp.me.