style: rename print_graph.* as print-graph.*

These are the only files with _.

* src/print_graph.h, src/print_graph.c: Rename as...
* src/print-graph.h, src/print-graph.c: these.
This commit is contained in:
Akim Demaille
2019-01-23 19:32:02 +01:00
parent e85ab7ac9b
commit c3c50c0030
6 changed files with 9 additions and 9 deletions

View File

@@ -55,10 +55,10 @@ src_bison_SOURCES = \
src/gram.h \
src/graphviz.c \
src/graphviz.h \
src/lalr.c \
src/lalr.h \
src/ielr.c \
src/ielr.h \
src/lalr.c \
src/lalr.h \
src/location.c \
src/location.h \
src/main.c \
@@ -71,12 +71,12 @@ src_bison_SOURCES = \
src/output.c \
src/output.h \
src/parse-gram.y \
src/print-graph.c \
src/print-graph.h \
src/print-xml.c \
src/print-xml.h \
src/print.c \
src/print.h \
src/print_graph.c \
src/print_graph.h \
src/reader.c \
src/reader.h \
src/reduce.c \