X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/b1722803ec1df55e253160af4975a80e65f3ad38..19553c4e06a2398470249baafea5f0abee1c2e70:/src/vcg.c?ds=inline diff --git a/src/vcg.c b/src/vcg.c index aa359046..eeb6a43a 100644 --- a/src/vcg.c +++ b/src/vcg.c @@ -427,7 +427,7 @@ add_edge (graph_t *graph, edge_t *edge) } void -add_classname (graph_t *g, int val, char *name) +add_classname (graph_t *g, int val, const char *name) { struct classname_s *classname; @@ -439,7 +439,7 @@ add_classname (graph_t *g, int val, char *name) } void -add_infoname (graph_t *g, int integer, char *string) +add_infoname (graph_t *g, int integer, const char *string) { struct infoname_s *infoname;