]> granicus.if.org Git - graphviz/commitdiff
boolean -> bool (with configure checks and replacements for pre C99 compilers)
authorellson <devnull@localhost>
Tue, 18 Oct 2005 18:42:59 +0000 (18:42 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 18:42:59 +0000 (18:42 +0000)
tclpkg/tcldot/tkgen.c

index d67775a47da1b6979cb83f904e7a54d04a555ac0..fa38aac57cb0b9411db24165ec7b5ca699f2b565 100644 (file)
@@ -526,7 +526,7 @@ static void tk_polyline(point * A, int n)
 
 static void tk_user_shape(char *name, point * A, int n, int filled)
 {
-    static boolean onetime = TRUE;
+    static bool onetime = TRUE;
     if (onetime) {
        fprintf(stderr, "custom shapes not available with this driver\n");
        onetime = FALSE;