]> granicus.if.org Git - graphviz/commitdiff
Baby step toward removing duplicate types: define pointf as an alias
authorerg <devnull@localhost>
Thu, 10 Feb 2005 23:12:00 +0000 (23:12 +0000)
committererg <devnull@localhost>
Thu, 10 Feb 2005 23:12:00 +0000 (23:12 +0000)
for Ppoint_t from pathplan.

lib/common/types.h

index b039ffed6d74b08213090f22409d000cade84b55..b1710403dd6e82803b6d46beb5467be36986d52f 100644 (file)
@@ -45,9 +45,7 @@ extern "C" {
        int x, y;
     } point;
 
-    typedef struct pointf {
-       double x, y;
-    } pointf;
+    typedef Ppoint_t pointf;
 
     typedef struct box {
        point LL, UR;