Commit c35a1295 authored by Fred Drake's avatar Fred Drake

EXCLUDE_INTSET_SUPPORT isn't used any more, so don't define it

parent c2437fe1
...@@ -8,9 +8,6 @@ ...@@ -8,9 +8,6 @@
<extension _fsBTree> <extension _fsBTree>
source _fsBTree.c source _fsBTree.c
# Specialization:
define EXCLUDE_INTSET_SUPPORT
# Common btree includes: # Common btree includes:
depends-on BTreeItemsTemplate.c depends-on BTreeItemsTemplate.c
depends-on BTreeModuleTemplate.c depends-on BTreeModuleTemplate.c
...@@ -28,7 +25,6 @@ ...@@ -28,7 +25,6 @@
source _IIBTree.c source _IIBTree.c
# Specialization: # Specialization:
define EXCLUDE_INTSET_SUPPORT
depends-on intkeymacros.h depends-on intkeymacros.h
depends-on intvaluemacros.h depends-on intvaluemacros.h
...@@ -49,7 +45,6 @@ ...@@ -49,7 +45,6 @@
source _IOBTree.c source _IOBTree.c
# Specialization: # Specialization:
define EXCLUDE_INTSET_SUPPORT
depends-on intkeymacros.h depends-on intkeymacros.h
depends-on objectvaluemacros.h depends-on objectvaluemacros.h
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment