summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-12-10 05:50:55 (GMT)
committerGuido van Rossum <guido@python.org>1997-12-10 05:50:55 (GMT)
commit4fdd1fafb2346e315009183e33c01f6fc42862be (patch)
treec7a2aa26f8d4af8e7c1de838775fdcd01a5c0f92
parentd666eae55a13e464ced79d2a0563700183563019 (diff)
downloadcpython-4fdd1fafb2346e315009183e33c01f6fc42862be.zip
cpython-4fdd1fafb2346e315009183e33c01f6fc42862be.tar.gz
cpython-4fdd1fafb2346e315009183e33c01f6fc42862be.tar.bz2
Comment out CODE and DATA statements that are apparently obsolete.
-rw-r--r--PC/python_nt.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/python_nt.def b/PC/python_nt.def
index 3333eaf..8f23848 100644
--- a/PC/python_nt.def
+++ b/PC/python_nt.def
@@ -1,6 +1,6 @@
LIBRARY Python15.dll
-CODE PRELOAD MOVEABLE DISCARDABLE
-DATA PRELOAD SINGLE
+;CODE PRELOAD MOVEABLE DISCARDABLE
+;DATA PRELOAD SINGLE
EXPORTS
PyCFunction_Type DATA