Skip to content

Commit b72e5b6

Browse files
thrimbormborgerson
authored andcommitted
Fix: Don't try to redefine bool
1 parent 1ff7b0b commit b72e5b6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

extract-xiso.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -369,11 +369,7 @@
369369
#endif
370370

371371

372-
#if ! defined( __cplusplus ) && ! defined( bool )
373-
typedef int bool;
374-
enum { false, true };
375-
#endif
376-
372+
#include <stdbool.h>
377373

378374
#ifndef nil
379375
#define nil 0

0 commit comments

Comments
 (0)