]> granicus.if.org Git - graphviz/commitdiff
Janitor: warning: "__USE_ISOC99" redefined
authorJohn Ellson <ellson@research.att.com>
Thu, 25 Feb 2016 17:34:15 +0000 (12:34 -0500)
committerJohn Ellson <ellson@research.att.com>
Thu, 25 Feb 2016 17:34:15 +0000 (12:34 -0500)
lib/ortho/trapezoid.c

index a997b33ea08b3fbc809c1ac249235da7836199fa..cfd3894c15fb6da3541c0f6407c69a683f917d01 100644 (file)
@@ -19,7 +19,9 @@
 #include <string.h>
 #include <assert.h>
 #include <stdio.h>
+#ifndef __USE_ISOC99
 #define __USE_ISOC99
+#endif
 #include <math.h>
 #include <geom.h>
 #include <logic.h>