]> granicus.if.org Git - graphviz/commitdiff
adjust so that multiple swig bindings could be put into a single library
authorellson <devnull@localhost>
Tue, 18 Oct 2005 18:53:12 +0000 (18:53 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 18:53:12 +0000 (18:53 +0000)
tclpkg/gv/gv.cpp
tclpkg/gv/gv.i

index d9fa3fcb5a4334adc17f9b5473dc51dd50ba5ed6..213848d52566b7e3e9b8a57726dfff172d50fa57 100644 (file)
@@ -14,7 +14,6 @@
 *              AT&T Research, Florham Park NJ             *
 **********************************************************/
 
-#define BUILTINS
 #include "gvc.h"
 
 GVC_t *gvc;
index 66762c440edec8dc94a25a00663a17a8b1056507..c15b32da8e4c215425d6e59ecbe8457ac68bb4d8 100644 (file)
@@ -16,6 +16,7 @@
 
 %module gv
 %{
+#define BUILTINS
 #include "gvc.h"
 %}