#include <ingraphs/ingraphs.h>
#include <pack/pack.h>
#include <stddef.h>
+#include <stdbool.h>
#if defined(_WIN32)
__declspec(dllimport)
Dt_t *nnames; /* dict of used node names */
Agsym_t *G_bb;
Agsym_t *rv;
- boolean doWarn = TRUE;
+ bool doWarn = true;
if (verbose)
fprintf(stderr, "Creating clone graph\n");
"Warning: node %s in graph[%d] %s already defined\n",
agnameof(n), i, agnameof(g));
fprintf(stderr, "Some nodes will be renamed.\n");
- doWarn = FALSE;
+ doWarn = false;
}
np = agnode(root, xName(nnames, agnameof(n)), 1);
agbindrec (np, "Agnodeinfo_t", sizeof(Agnodeinfo_t), TRUE);