cgal/Min_quadrilateral_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
..
demo/Min_quadrilateral_2 Yet another fix for out-of-sources build. 2008-12-18 19:04:54 +00:00
doc_tex/Bounding_volumes_ref replace Bounded_volume -> Bounding_volume, step (2) 2007-06-05 12:35:12 +00:00
examples/Min_quadrilateral_2 Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release) 2008-05-05 14:01:55 +00:00
include/CGAL Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
package_info/Min_quadrilateral_2 Remove changes.txt files. 2008-07-24 17:47:16 +00:00
test/Min_quadrilateral_2 one less warning for VC++ 2008-11-25 10:46:51 +00:00