mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Adjust to type renamings.
This commit is contained in:
@@ -19,13 +19,14 @@
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include "system.h"
|
||||
|
||||
#include "assoc.h"
|
||||
|
||||
|
||||
const char *
|
||||
assoc_to_string (assoc_t assoc)
|
||||
assoc_to_string (assoc a)
|
||||
{
|
||||
switch (assoc)
|
||||
switch (a)
|
||||
{
|
||||
case undef_assoc:
|
||||
return "undefined associativity";
|
||||
|
||||
Reference in New Issue
Block a user