/** * Sample error message function, for the following state: * state 75 48 obj_body: obj_attributes . YEND name_ender 151 obj_attributes: obj_attributes . obj_attribute YACTIONS shift, and go to state 58 YCOMPONENTS shift, and go to state 59 YEND shift, and go to state 182 YEQUATIONS shift, and go to state 61 YOPERATIONS shift, and go to state 63 YOPS shift, and go to state 64 YPARTS shift, and go to state 65 YWHERE shift, and go to state 66 Yattr shift, and go to state 69 where go to state 72 ops go to state 73 parts go to state 74 obj_attribute go to state 183 attr_name go to state 77 eqns go to state 78 actions go to state 79 parts_symbol go to state 80 ops_symbol go to state 81 eqns_symbol go to state 82 actions_symbol go to state 83 where_symbol go to state 84 * */ void state_75(int token) { if (is_op_attr(token)) { "%s is an operation attribute, not an object attribute.\n", tokenToString(token); ); } else { ftprint(stderr, "%s is not an object attribute.\n", tokenToString(token) ); } }