cgal/Kinetic_data_structures/include/CGAL/Polynomial/internal/Rational
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
..
Are_negations.h
Bezier_root_counter.h
Compare_isolated_roots_in_interval.h
Construct_function.h
Derivative.h
Descartes_has_root.h
Descartes_root_counter.h
Euclidean_Sturm_sequence.h
Evaluate_polynomial.h
Invert_variable.h
Map_rational_interval_to_positive.h
Monic_Sturm_sequence.h
Negate_variable.h
Primitive_part_Sturm_sequence.h
Pseudo_quotient.h
Pseudo_remainder.h
Quotient.h
Quotient_remainder.h
Rational_multiplicity.h
Rational_traits_base.h
Rational_translate_zero.h
Reduced_Sturm_sequence.h
Remainder.h
Root_bound_evaluator.h
Shift_power.h
Sign_Sturm_sequence.h
Sign_above_rational.h
Sign_at_rational.h
Sign_below_rational.h
Standard_sequence.h
Sturm_root_counter.h
Sturm_sequence.h
Sturm_sequence_base.h
Subresultant_Sturm_sequence.h