1
0
Fork 0

Changed the way I handle #define ANSI_DECLARATORS

This commit is contained in:
curt 1999-03-21 14:09:04 +00:00
parent 6090cde756
commit 2f890285e0
2 changed files with 6 additions and 1 deletions

View file

@ -9,7 +9,7 @@
#
# DEFS = -DTRILIBRARY -DREDUCED -DCDT_ONLY
DEFS += -DTRILIBRARY -DREDUCED -DANSI_DECLARATORS
DEFS += -DTRILIBRARY -DREDUCED
noinst_LIBRARIES = libTriangle.a

View file

@ -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 */