Changed typedef to #define.

This commit is contained in:
Sylvain Pion 1998-10-15 10:05:44 +00:00
parent d8a916eb9b
commit 6c112f0bf6
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
// $Revision$
// $Date$
// This file is included from tst[12].C, that do just a typedef:
// typedef CGAL_Interval_nt IA; // For tst1.C
// typedef CGAL_Interval_nt_advanced IA; // For tst2.C
// This file is included from tst[12].C, that do just a #define:
// #define TESTED_TYPE CGAL_Interval_nt_advanced // For tst1.C
// #define TESTED_TYPE CGAL_Interval_nt // For tst2.C
#define CGAL_IA_NO_WARNINGS
#include <CGAL/Interval_arithmetic.h>