mirror of https://github.com/CGAL/cgal
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 |
||
|---|---|---|
| .. | ||
| internal | ||
| CORE_Expr_root_stack.h | ||
| CORE_kernel.h | ||
| 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 | ||