]> granicus.if.org Git - graphviz/commitdiff
Re-do some .h files to limit exposure of internal values, .h files,
authorerg <devnull@localhost>
Thu, 7 Dec 2006 22:49:36 +0000 (22:49 +0000)
committererg <devnull@localhost>
Thu, 7 Dec 2006 22:49:36 +0000 (22:49 +0000)
and dependencies on config.h; return to a simple, concrete boolean type

lib/fdpgen/layout.c

index 59a604735bfa2261e7b87c505394a73072e65695..332523336f5af680f502219e30f1051c306609ef 100644 (file)
@@ -907,9 +907,9 @@ setClustNodes(graph_t* root)
      * How to combine parts, especially with disparate components?
      */
     if (c_cnt > 1) {
-       bool *bp;
+       boolean *bp;
        if (pinned) {
-           bp = N_NEW(c_cnt, bool);
+           bp = N_NEW(c_cnt, boolean);
            bp[0] = TRUE;
        } else
            bp = 0;