Browse Source

bool definition is in stdbool.h, no local definition required

pre-master-46
Holger Vogt 1 year ago
parent
commit
72d70e3471
  1. 3
      src/maths/sparse/spdefs.h

3
src/maths/sparse/spdefs.h

@ -52,8 +52,7 @@
/* Begin macros. */
/* Boolean data type */
#define bool int
/* Boolean data type by stdbool.h */
#define NO 0
#define YES 1

Loading…
Cancel
Save