andyvand / gmpy

Automatically exported from code.google.com/p/gmpy
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Error in gmpy.c #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In gmpy.c the line:

#elsestatic PyTypeObject Pympz_Type;

should be:

#else
static PyTypeObject Pympz_Type;

          Brian

Original issue reported on code.google.com by rieman...@gmail.com on 8 Jun 2009 at 11:39

GoogleCodeExporter commented 9 years ago
Thanks for the report. I'll fix it this evening. 

Original comment by casevh on 8 Jun 2009 at 3:24

GoogleCodeExporter commented 9 years ago
Fixed in r114.

Original comment by casevh on 9 Jun 2009 at 4:47