cgal/Generator
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
..
demo/Generator Added demos to the demos target 2008-12-18 17:29:36 +00:00
doc_tex Remove svn:executable property on images. 2009-01-03 13:27:56 +00:00
examples/Generator Include <CGAL/algorithm.h> instead of <CGAL/copy_n.h>. 2008-08-12 12:58:18 +00:00
include/CGAL Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
package_info/Generator Remove changes.txt files. 2008-07-24 17:47:16 +00:00
test/Generator Include <CGAL/algorithm.h> instead of <CGAL/copy_n.h>. 2008-08-12 12:58:18 +00:00