From 2f890285e059269565f590d235697e5705f16cca Mon Sep 17 00:00:00 2001 From: curt Date: Sun, 21 Mar 1999 14:09:04 +0000 Subject: [PATCH] Changed the way I handle #define ANSI_DECLARATORS --- Triangle/Makefile.am | 2 +- Triangle/triangle.h | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Triangle/Makefile.am b/Triangle/Makefile.am index 6095c3b69..f07cb8e4e 100644 --- a/Triangle/Makefile.am +++ b/Triangle/Makefile.am @@ -9,7 +9,7 @@ # # DEFS = -DTRILIBRARY -DREDUCED -DCDT_ONLY -DEFS += -DTRILIBRARY -DREDUCED -DANSI_DECLARATORS +DEFS += -DTRILIBRARY -DREDUCED noinst_LIBRARIES = libTriangle.a diff --git a/Triangle/triangle.h b/Triangle/triangle.h index 8fb543044..b9be696c3 100644 --- a/Triangle/triangle.h +++ b/Triangle/triangle.h @@ -245,6 +245,11 @@ /* */ /*****************************************************************************/ +/* 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 */ -- 2.39.2