]> granicus.if.org Git - graphviz/commit
Remove obsolete and incorrect CMake unsigned long mangling of yacc output
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Thu, 13 Aug 2020 11:11:06 +0000 (13:11 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Tue, 18 Aug 2020 08:59:35 +0000 (10:59 +0200)
commit6238e5bcaa341b990c4b92f3dd0c0313e747a5b4
treee9a57727e0bfe2833a2e2f800e2dc4fa47bc4d4a
parent6a825018dab583c8b2fd78d8ea2cbd9daf279b57
Remove obsolete and incorrect CMake unsigned long mangling of yacc output

It is (no longer?) necessary and it was anyway incorrect in that it
converted unsigned long to uint_64_t which doesn't exist.

Fixes https://gitlab.com/graphviz/graphviz/-/issues/1796
cmake/modify_cgraph_grammar.cmake.in
cmake/modify_common_htmlparse.cmake.in
cmake/modify_gml2gv_gmlparse.cmake.in
cmd/tools/CMakeLists.txt
lib/cgraph/CMakeLists.txt
lib/common/CMakeLists.txt