Doing diffs in .: *** ./builtin-attrs.def.~1~ Tue Mar 23 18:32:54 2004 --- ./builtin-attrs.def Tue May 11 13:57:14 2004 *************** DEF_LIST_INT_INT (3,0) *** 69,75 **** DEF_LIST_INT_INT (3,4) #undef DEF_LIST_INT_INT ! /* Construct tress for identifiers. */ DEF_ATTR_IDENT (ATTR_CONST, "const") DEF_ATTR_IDENT (ATTR_FORMAT, "format") DEF_ATTR_IDENT (ATTR_FORMAT_ARG, "format_arg") --- 69,75 ---- DEF_LIST_INT_INT (3,4) #undef DEF_LIST_INT_INT ! /* Construct trees for identifiers. */ DEF_ATTR_IDENT (ATTR_CONST, "const") DEF_ATTR_IDENT (ATTR_FORMAT, "format") DEF_ATTR_IDENT (ATTR_FORMAT_ARG, "format_arg") --------------