cgal/Nef_2/include/CGAL/Nef_2
Sylvain Pion 6cc542446d Fix some typos in the protect macro names.
Use a form "#ifndef" more consistently.

The idea is to automatize most of the verification of the consistency
in the names used in the #ifndef and the following #define using a simple :

grep -r -m 1 '#ifndef' */include/CGAL  | grep CGAL_ | cut -d' ' -f2 | sort > ifndef.macros
grep -r -m 1 '#define' */include/CGAL  | grep CGAL_ | cut -d' ' -f2 | sort > define.macros
diff ifndef.macros define.macros
2009-04-08 11:54:51 +00:00
..
Bounding_box_2.h some low level code cleanup. renamed 2007-11-07 16:51:18 +00:00
Constrained_triang_traits.h some low level code cleanup. renamed 2007-11-07 16:51:18 +00:00
HDS_items.h VC8 STL iterator fixes 2007-01-18 14:07:04 +00:00
Line_to_epoint.h some low level code cleanup. renamed 2007-11-07 16:51:18 +00:00
Object_handle.h Replace Nef's custom Object_handle by CGAL::Object. 2008-09-09 16:03:25 +00:00
Object_index.h Add missing CGAL_ prefix to protect macros 2008-01-14 23:08:43 +00:00
PM_checker.h again CGAL_error -> CGAL_error_msg 2007-11-09 15:27:44 +00:00
PM_const_decorator.h
PM_decorator.h again CGAL_error -> CGAL_error_msg 2007-11-09 15:27:44 +00:00
PM_explorer.h
PM_io_parser.h Remove workarounds and support for the BORLAND compiler. 2008-01-20 20:24:20 +00:00
PM_overlayer.h Remove obsolete config flag CGAL_CFG_USING_BASE_MEMBER_BUG_3. 2007-08-09 09:48:44 +00:00
PM_persistent_PL.h Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
PM_point_locator.h Replace Nef's custom Object_handle by CGAL::Object. 2008-09-09 16:03:25 +00:00
Polynomial.h rm use of CGALi::Is_field etc 2007-03-12 17:34:47 +00:00
Segment_overlay_traits.h explicit declaration of tye slist_item 2008-06-27 10:02:41 +00:00
debug.h Fix protect macro name 2008-01-12 21:08:22 +00:00
gen_point_location.h Add missing CGAL_ prefix to protect macros 2008-01-14 23:06:54 +00:00
geninfo.h Remove workarounds and support for the BORLAND compiler. 2008-01-20 20:24:20 +00:00
iterator_tools.h CGAL_NULL and CGAL_NULL_TYPE are now constant macros, so replace them by: 2008-07-12 21:58:52 +00:00