Skip to content

Commit f7efea0

Browse files
committed
fix macros.inc
1 parent e613be1 commit f7efea0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

include/macros.inc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

22
!Default: compile the bitset module
3-
#define STDLIB_BITSET
4-
53
#ifdef STDLIB_NO_BITSET
6-
#undef STDLIB_BITSET
4+
#else
5+
#define STDLIB_BITSET
76
#endif

0 commit comments

Comments
 (0)