]> granicus.if.org Git - graphviz/commit
remove SWIG #include malloc.h work arounds
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 28 Aug 2021 16:36:27 +0000 (09:36 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 30 Aug 2021 14:49:56 +0000 (07:49 -0700)
commitc934a8ae35c81ac7f7fc2f27af197b08be0413fe
treed1f4c3d91d62a5f25b1700c8440a481f87e64837
parentc082e5b6338072ebc3264444e7189b1943f451a9
remove SWIG #include malloc.h work arounds

These lines were working around an issue where SWIG-generated code includes the
non-standard header malloc.h This was fixed in SWIG commit
571a84c9e788a8e97517a5d730d0e01edf0085e2 which made it into SWIG v1.3.32
released in 2007. Thus this work around is no longer necessary.

Related to #2115.
tclpkg/gv/Makefile.am