tclpkg/gv/gv_tcl.cpp
tclpkg/gv/php_gv.h
tclpkg/gv/pkgIndex.tcl
+tclpkg/gv/test_*
tclpkg/pkgIndex.tcl
tclpkg/tcldot/pkgIndex.tcl
tclpkg/tclpathplan/pkgIndex.tcl
if (strcmp(plugin->packagename, "cg") == 0) {
cg_info = (codegen_info_t *) (plugin->typeptr);
job->codegen = cg_info->cg;
+ job->render.engine = NULL;
+ job->device.engine = NULL;
return cg_info->id;
} else {
#endif
* AT&T Research, Florham Park NJ *
**********************************************************/
+#define BUILTINS
#include "gvc.h"
-#include "graph.h"
GVC_t *gvc;
%module gv
%{
-#define BUILTINS
#include "gvc.h"
%}
/* avoid compiler warnings with template changes in Tcl8.4 */
/* specifically just the change to Tcl_CmdProc */
#define USE_NON_CONST
-#define BUILTINS
-
#include "render.h"
#include "gvc.h"
#include "tcl.h"