1f4a2713aSLionel Sambuc @import macros_top; 2f4a2713aSLionel Sambuc #define RIGHT unsigned short 3f4a2713aSLionel Sambuc 4f4a2713aSLionel Sambuc 5f4a2713aSLionel Sambuc 6f4a2713aSLionel Sambuc 7f4a2713aSLionel Sambuc 8f4a2713aSLionel Sambuc 9f4a2713aSLionel Sambuc 10f4a2713aSLionel Sambuc 11f4a2713aSLionel Sambuc #define LEFT_RIGHT_IDENTICAL int 12f4a2713aSLionel Sambuc #define LEFT_RIGHT_DIFFERENT int 13f4a2713aSLionel Sambuc #define LEFT_RIGHT_DIFFERENT2 int 14f4a2713aSLionel Sambuc #define LEFT_RIGHT_DIFFERENT3 int 15f4a2713aSLionel Sambuc 16f4a2713aSLionel Sambuc #undef TOP_RIGHT_REDEF 17f4a2713aSLionel Sambuc #define TOP_RIGHT_REDEF float 18f4a2713aSLionel Sambuc 19f4a2713aSLionel Sambuc #define FN_ADD(x, y) (x+y) 20*0a6a1f1dSLionel Sambuc 21*0a6a1f1dSLionel Sambuc #undef TOP_OTHER_DEF_RIGHT_UNDEF 22