Files
cgal/Kinetic_data_structures/include/CGAL/Polynomial/internal
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
..
2007-01-20 21:39:01 +00:00
2007-08-23 15:34:09 +00:00
2007-01-20 21:39:01 +00:00
2006-07-18 08:35:24 +00:00
2006-08-18 21:03:47 +00:00
2006-02-21 05:49:40 +00:00
2007-01-20 21:39:01 +00:00
2006-02-16 14:30:13 +00:00
2008-09-18 15:41:45 +00:00