]> granicus.if.org Git - graphviz/commit
Modify files generated by Bison and Flex, to match the Autotools build.
authorErwin Janssen <erwinjanssen@outlook.com>
Tue, 3 Jan 2017 12:35:12 +0000 (13:35 +0100)
committerErwin Janssen <erwinjanssen@outlook.com>
Thu, 19 Jan 2017 11:53:49 +0000 (12:53 +0100)
commit25fc2bcef8cb565f04081660fc60697d1f863b98
tree0126047cdd2a5fe2c464325419203720d62e7cb3
parent58cae29696c85f66bde9b73072574416397214ab
Modify files generated by Bison and Flex, to match the Autotools build.

- Replace "yy" with "aag" in all three files
- Replace "unsigned long int" with "uint64_t" in grammar.h and grammar.c
- Replace "unsigned long" with "uint64_t" in grammar.h and grammar.c
- Remove declaration of the "isatty()" function from scan.c
cmake/modify_cgraph_grammar.cmake.in [new file with mode: 0644]
cmake/modify_cgraph_scan.cmake.in [new file with mode: 0644]
lib/cgraph/CMakeLists.txt