(assoc): Renamed from assoc_t.

This commit is contained in:
Paul Eggert
2002-12-11 05:31:40 +00:00
parent c134bfbeee
commit 3de372bb1b

View File

@@ -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_ */