summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-11-18 20:14:57 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-11-18 20:14:57 (GMT)
commit845688d0c6e1f2062cadf2aad2b03f88263404d7 (patch)
tree7648fb34dc2c76ca4166bb4ea54c130e2b17b08e /Include
parent1136ff541e37eed6e5b06465de48e60cc0234b36 (diff)
downloadcpython-845688d0c6e1f2062cadf2aad2b03f88263404d7.zip
cpython-845688d0c6e1f2062cadf2aad2b03f88263404d7.tar.gz
cpython-845688d0c6e1f2062cadf2aad2b03f88263404d7.tar.bz2
Enable short float repr!
Diffstat (limited to 'Include')
-rw-r--r--Include/pyport.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index aab349e..c0042b5 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -577,14 +577,6 @@ extern "C" {
#define PY_NO_SHORT_FLOAT_REPR
#endif
-/* temporarily disable the new float repr while the pieces are being
- assembled, unless PY_SHORT_FLOAT_REPR is defined. These 7 lines
- should be gone by 01/01/10. If they're still here, please complain
- to Mark Dickinson (dickinsm@gmail.com). */
-#ifndef PY_SHORT_FLOAT_REPR
-#define PY_NO_SHORT_FLOAT_REPR
-#endif
-
/* Py_DEPRECATED(version)
* Declare a variable, type, or function deprecated.
* Usage: