mirror of
https://github.com/CPunch/Cosmo.git
synced 2024-11-05 08:10:05 +00:00
undef macros
This commit is contained in:
parent
e854c5dbb3
commit
4fe437ea4e
@ -17,7 +17,6 @@ static bool readCValue(UndumpState *udstate, CValue *val);
|
|||||||
|
|
||||||
#define check(e) \
|
#define check(e) \
|
||||||
if (!e) { \
|
if (!e) { \
|
||||||
printf("FAILED %d\n", __LINE__); \
|
|
||||||
return false; \
|
return false; \
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -197,6 +196,9 @@ static bool readCValue(UndumpState *udstate, CValue *val)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#undef READ_VAR
|
||||||
|
#undef check
|
||||||
|
|
||||||
int cosmoD_undump(CState *state, cosmo_Reader reader, const void *userData, CObjFunction **func)
|
int cosmoD_undump(CState *state, cosmo_Reader reader, const void *userData, CObjFunction **func)
|
||||||
{
|
{
|
||||||
UndumpState udstate;
|
UndumpState udstate;
|
||||||
|
Loading…
Reference in New Issue
Block a user