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
..
Filtered_kernel
Filtered_rational Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
Kernel
Rational Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
Alternation_counter.h
CORE_polynomial.h
Descartes_root_count.h
Double_with_infinity.h
Filtered_function.h
Filtered_kernel.h
Filtered_number.h
Fixed_polynomial_impl.h
GSL_numeric_solver.h
Isolating_interval.h
Polynomial_impl.h
Root_stack_traits_base.h
Sign_variations_counter.h
Simple_interval_root.h rename RET::Sign RET::Sgn 2008-09-18 15:41:45 +00:00
Statistics.h
Sturm_isolating_interval.h
Sturm_root_rep.h rename RET::Sign RET::Sgn 2008-09-18 15:41:45 +00:00
config.h
filtered_function_leaf_nodes.h
filtered_function_node_bases.h
filtered_function_operation_nodes.h
interval_arithmetic.h
macros.h
nt_converters.h
numeric_solvers.h
numeric_solvers_support.h
polynomial_generators.h