Added NODE(x) macro to avoid avoid (NODE_00 + 3) in code.

This commit is contained in:
Couriersud 2008-03-29 23:06:29 +00:00
parent edf72c9bf9
commit 4e4c63ba21

View File

@ -3710,7 +3710,8 @@ enum { NODE_00=0x40000000
#define NODE_START NODE_00
#define NODE_END NODE_SPECIAL
#define NODE(_x) (NODE_00+(_x))
/*************************************