]> git.mxchange.org Git - flightgear.git/commitdiff
Changed the way I handle #define ANSI_DECLARATORS
authorcurt <curt>
Sun, 21 Mar 1999 14:09:04 +0000 (14:09 +0000)
committercurt <curt>
Sun, 21 Mar 1999 14:09:04 +0000 (14:09 +0000)
Triangle/Makefile.am
Triangle/triangle.h

index 6095c3b69a6778ca6325a29d9d521e51cc3a6fff..f07cb8e4e5b1a62b53ea8be3bd5ee67b76696645 100644 (file)
@@ -9,7 +9,7 @@
 #
 #   DEFS = -DTRILIBRARY -DREDUCED -DCDT_ONLY
 
-DEFS += -DTRILIBRARY -DREDUCED -DANSI_DECLARATORS
+DEFS += -DTRILIBRARY -DREDUCED
 
 noinst_LIBRARIES = libTriangle.a
 
index 8fb543044891fb58ab81f5b5a5125c7ba50dbd36..b9be696c35ff1d12a762fbcb0d482c62282fb02f 100644 (file)
 /*                                                                           */
 /*****************************************************************************/
 
+/* CLO: 3/21/99 - this could be done as a compile flag, but I always want
+this defined and I don't want to sprinkle extra stuff throughout the 
+Makefile system if I don't have to. */
+#define ANSI_DECLARATORS 1
+
 struct triangulateio {
   REAL *pointlist;                                               /* In / out */
   REAL *pointattributelist;                                      /* In / out */