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