Skip to content
Snippets Groups Projects
Commit 08576203 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

removed the bool hacks
parent af216afb
No related branches found
No related tags found
No related merge requests found
......@@ -20,15 +20,6 @@
//
// Please report all bugs and problems to <gmsh@geuz.org>.
#undef bool
#define bool int
#undef true
#define true 1
#undef false
#define false 0
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment