]> granicus.if.org Git - graphviz/commitdiff
- no more username in output.
authorellson <devnull@localhost>
Thu, 12 Feb 2009 17:47:24 +0000 (17:47 +0000)
committerellson <devnull@localhost>
Thu, 12 Feb 2009 17:47:24 +0000 (17:47 +0000)
- creator always "graphviz"
- pass in lt_preload_symbols from code using libgvc - avoiding problems with --enable-static
- clean out various bits of dead code

tclpkg/tcldot/tcldot.c

index f1e4c2b34ff37162f927d07bece17ca626b2a103..292cbd444061b99d31596a13ed0eff741060c4b2 100644 (file)
@@ -19,7 +19,6 @@
 /*    specifically just the change to Tcl_CmdProc */
 #define USE_NON_CONST
 #include <tcl.h>
-#include "builddate.h"
 #include "render.h"
 #include "gvc.h"
 #include "tclhandle.h"
 #define CONST84
 #endif
 
-char *Info[] = {
-    "tcldot",                  /* Program */
-    VERSION,                   /* Version */
-    BUILDDATE                  /* Build Date */
-};
-
 /* ******* not ready yet
 #if (TCL_MAJOR_VERSION > 7)
 #define TCLOBJ
@@ -1732,7 +1725,7 @@ int Tcldot_Init(Tcl_Interp * interp)
     agnodeattr(NULL, "label", NODENAME_ESC);
 
     /* create a GraphViz Context and pass a pointer to it in clientdata */
-    gvc = gvNEWcontext(Info, gvUsername(), lt_preloaded_symbols);
+    gvc = gvNEWcontext(lt_preloaded_symbols);
 
     /* configure for available plugins and codegens */
     gvconfig(gvc, FALSE);