2 Index: gcc-4.3.0/gcc/tree.h
3 ===================================================================
4 --- gcc-4.3.0/gcc/tree.h (revision 130511)
5 +++ gcc-4.3.0/gcc/tree.h (working copy)
8 LAST_AND_UNUSED_TREE_CODE /* A convenient way to get a value for
10 + ,__LAST_AND_UNUSED_TREE_CODE=32767 /* Force 16bit width. */
14 Index: gcc-4.3.0/gcc/rtl.h
15 ===================================================================
16 --- gcc-4.3.0/gcc/rtl.h (revision 130511)
17 +++ gcc-4.3.0/gcc/rtl.h (working copy)
19 #include "rtl.def" /* rtl expressions are documented here */
22 - LAST_AND_UNUSED_RTX_CODE}; /* A convenient way to get a value for
23 + LAST_AND_UNUSED_RTX_CODE /* A convenient way to get a value for
25 Assumes default enum value assignment. */
26 + ,__LAST_AND_UNUSED_RTX_CODE=32767 /* Force 16bit width. */
29 #define NUM_RTX_CODE ((int) LAST_AND_UNUSED_RTX_CODE)
30 /* The cast here, saves many elsewhere. */
31 Index: gcc-4.3.0/gcc/c-common.h
32 ===================================================================
33 --- gcc-4.3.0/gcc/c-common.h (revision 130511)
34 +++ gcc-4.3.0/gcc/c-common.h (working copy)
36 RID_LAST_AT = RID_AT_IMPLEMENTATION,
37 RID_FIRST_PQ = RID_IN,
38 RID_LAST_PQ = RID_ONEWAY
39 + ,__LAST_AND_UNUSED_RID=32767 /* Force 16bit width. */
42 #define OBJC_IS_AT_KEYWORD(rid) \