Skip to content

Commit 1733c69

Browse files
committed
zap unused typedef bool with "true/false" that breaks in C23
1 parent 45b3795 commit 1733c69

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/PDL/MatrixOps/sslib.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
# define PI 3.141592653589793238462643
2727
#endif
2828

29-
/***** A boolean type *****/
30-
typedef enum {false=0, true=1} bool;
31-
3229
/***** Pratical macros *****/
3330
#define min(x, y) ((x)>(y))?(y):(x)
3431
#define max(x, y) ((x)>(y))?(x):(y)

0 commit comments

Comments
 (0)