Fix large integer literals used in C double context.
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 27 May 2010 03:45:55 +0000 (20:45 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 27 May 2010 03:45:55 +0000 (20:45 -0700)
commitfb7cf01b4e1f283a136a39320bd9c7176f6226a4
treea1b5953d511f4a328a94daa029ff914c4e723263
parentdb54db2be0cf0248fa7f0e0d778cc15f5b9406b7
Fix large integer literals used in C double context.
Cython/Compiler/ExprNodes.py