From c8cfcd4628dcf17b97ff1fddded7e0cdd55ac6fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Rebufat?= Date: Wed, 28 Oct 1998 12:29:12 +0000 Subject: [PATCH] comment a macro already defined in _test_short_names.h --- .../test/Triangulation_2/include/CGAL/_test_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/Triangulation_2/test/Triangulation_2/include/CGAL/_test_types.h b/Packages/Triangulation_2/test/Triangulation_2/include/CGAL/_test_types.h index 81b4f81e709..9c71e0ffdcd 100644 --- a/Packages/Triangulation_2/test/Triangulation_2/include/CGAL/_test_types.h +++ b/Packages/Triangulation_2/test/Triangulation_2/include/CGAL/_test_types.h @@ -22,7 +22,7 @@ typedef CGAL_Cartesian Test_rep_cartesian; typedef CGAL_Homogeneous Test_rep_homogeneous; //the following define shorter names to make the (g++/egcs) linker work -#define CGAL__Triangulation_test_traits CGAL_Ttt +//#define CGAL__Triangulation_test_traits CGAL_Ttt class CGAL__Triangulation_test_traits;