]> git.saurik.com Git - bison.git/blobdiff - src/assoc.h
* data/yacc.c: (b4_lex_param): Corrected for the case where
[bison.git] / src / assoc.h
index dd62e19473364fe80e105ebad5b58b0caad0f236..97a6b28bcce8aef271590d41ce5db9c46f8d6044 100644 (file)
@@ -28,8 +28,8 @@ typedef enum
   right_assoc,
   left_assoc,
   non_assoc
-} assoc_t;
+} assoc;
 
-const char *assoc_to_string PARAMS ((assoc_t assoc));
+char const *assoc_to_string (assoc);
 
 #endif /* !ASSOC_H_ */