]> granicus.if.org Git - graphviz/commitdiff
remove Guile hack for SWIG-generated code
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 5 Sep 2021 23:43:44 +0000 (16:43 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 13 Sep 2021 14:45:59 +0000 (07:45 -0700)
This effectively reverts 34d39968f1412986c90f800db7a9f816e0c0d35a. So called
“Guile GH” that this code was attempting to work around was removed from SWIG in
SWIG commit b819d2a91e951508cf84dc2d78fc7d57391c9dca in 2013. This made it into
SWIG release 2.0.10 also in 2013.

Related to #2115.

tclpkg/gv/Makefile.am

index 7d3971364c484596729f502fbb422721f6ab19c0..5014269cf465d1062d7d7e00813d807239471ba9 100644 (file)
@@ -85,8 +85,6 @@ libgv_guile_la_CXXFLAGS = $(AM_CXXFLAGS) -Wno-unused-parameter
 # $(GUILE_data): gv_guile.cpp
 gv_guile.cpp: gv.i
        $(SWIG) -c++ -guile -o $@ $(srcdir)/gv.i
-       $(SED) -e 's/SWIG_GUILE_INIT_STATIC void/void/' <$@ >t$$
-       mv -f t$$ $@
 
 pkgiodir = $(pkglibdir)/io
 IO_data =