summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.dist
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2006-05-23 18:46:41 (GMT)
committerBob Ippolito <bob@redivi.com>2006-05-23 18:46:41 (GMT)
commitfb8b84af541ed7be86e6a097dff7405cc544c1c3 (patch)
treeaeecb10656a59cd8a0671522a919df324e997d64 /Modules/Setup.dist
parentb713ec2531b61568dd2e768455e37e160b578d76 (diff)
downloadcpython-fb8b84af541ed7be86e6a097dff7405cc544c1c3.zip
cpython-fb8b84af541ed7be86e6a097dff7405cc544c1c3.tar.gz
cpython-fb8b84af541ed7be86e6a097dff7405cc544c1c3.tar.bz2
Patch #1493701: performance enhancements for struct module.
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r--Modules/Setup.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index 49c8425..1b2502d 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -167,7 +167,7 @@ GLHACK=-Dclear=__GLclear
#array arraymodule.c # array objects
#cmath cmathmodule.c # -lm # complex math library functions
#math mathmodule.c # -lm # math library functions, e.g. sin()
-#struct structmodule.c # binary structure packing/unpacking
+#_struct _struct.c # binary structure packing/unpacking
#time timemodule.c # -lm # time operations and variables
#operator operator.c # operator.add() and similar goodies
#_weakref _weakref.c # basic weak reference support