]> granicus.if.org Git - graphviz/commitdiff
janitor - #undef various PACKAGE* defines left around by php.h and ruby.h
authorellson <devnull@localhost>
Sat, 19 Nov 2005 21:08:46 +0000 (21:08 +0000)
committerellson <devnull@localhost>
Sat, 19 Nov 2005 21:08:46 +0000 (21:08 +0000)
tclpkg/gv/gv.i

index 7a1d238ac639414b0431920c94c318f8b178c34a..1ee3d9f31d0203204bbce2b90f05407646493eb7 100644 (file)
 
 %module gv
 %{
+
+/* some language headers (e.g. php.h, ruby.h) leave these defined #/
+#undef PACKAGE_STRING
+#undef PACKAGE_TARNAME
+#undef PACKAGE_VERSION
+#undef PACKAGE_NAME
+
 #include "gvc.h"
 %}