mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 08:43:03 +00:00
(assoc): Renamed from assoc_t.
This commit is contained in:
@@ -28,8 +28,8 @@ typedef enum
|
|||||||
right_assoc,
|
right_assoc,
|
||||||
left_assoc,
|
left_assoc,
|
||||||
non_assoc
|
non_assoc
|
||||||
} assoc_t;
|
} assoc;
|
||||||
|
|
||||||
const char *assoc_to_string (assoc_t assoc);
|
char const *assoc_to_string (assoc);
|
||||||
|
|
||||||
#endif /* !ASSOC_H_ */
|
#endif /* !ASSOC_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user