]> granicus.if.org Git - graphviz/commitdiff
more fixes for tcl8.6 api changes
authorellson <devnull@localhost>
Sat, 8 Nov 2008 20:29:14 +0000 (20:29 +0000)
committerellson <devnull@localhost>
Sat, 8 Nov 2008 20:29:14 +0000 (20:29 +0000)
tclpkg/tclpathplan/tclpathplan.c

index d55d3613ef040502c57fe82afea74b7d3ac7c628..7bb9f684508e9f04a14bebdd754afa0f32625f21 100644 (file)
 
 #if ((TCL_MAJOR_VERSION == 8) && (TCL_MINOR_VERSION >= 6)) || ( TCL_MAJOR_VERSION > 8)
 #else
+#ifndef Tcl_GetStringResult
 #define Tcl_GetStringResult(interp) interp->result
 #endif
+#endif
 
 typedef Ppoint_t point;