Commit 845688d0 authored by Mark Dickinson's avatar Mark Dickinson

Enable short float repr!

parent 1136ff54
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment