From: Mark Dickinson Date: Wed, 18 Nov 2009 20:14:57 +0000 (+0000) Subject: Enable short float repr! X-Git-Tag: v2.7a1~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=845688d0c6e1f2062cadf2aad2b03f88263404d7;p=thirdparty%2FPython%2Fcpython.git Enable short float repr! --- diff --git a/Include/pyport.h b/Include/pyport.h index aab349e53ef0..c0042b52715a 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: