]> git.mxchange.org Git - flightgear.git/blobdiff - Triangle/triangle.h
Changed the way I handle #define ANSI_DECLARATORS
[flightgear.git] / Triangle / triangle.h
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 */