cgal/Kinetic_data_structures/include/CGAL/Polynomial
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
..
internal Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
CORE_Expr_root_stack.h
CORE_kernel.h things build after log move 2007-06-11 00:08:13 +00:00
Fixed_polynomial.h
Interval_polynomial.h
Kernel.h
Numeric_root_stack.h
Polynomial.h
Root_stack_default_traits.h
Sturm_root_stack.h
Sturm_root_stack_traits.h
basic.h
polynomial_converters.h Operator needed for VC++ HAS_ITERATOR_DEBUGGING 2008-09-16 13:54:07 +00:00