summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.dist
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2006-05-23 19:09:51 (GMT)
committerBob Ippolito <bob@redivi.com>2006-05-23 19:09:51 (GMT)
commit27abce5ba8b61e8eef95dd134c7ebcaa9917ef57 (patch)
tree7e572662a1fac1a7297a2885984bf2ac15e8bbfd /Modules/Setup.dist
parent9deeeef0928dd6c20d53f96699f27f2987b9d4a8 (diff)
downloadcpython-27abce5ba8b61e8eef95dd134c7ebcaa9917ef57.zip
cpython-27abce5ba8b61e8eef95dd134c7ebcaa9917ef57.tar.gz
cpython-27abce5ba8b61e8eef95dd134c7ebcaa9917ef57.tar.bz2
revert #1493701
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 1b2502d..49c8425 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 _struct.c # binary structure packing/unpacking
+#struct structmodule.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