Changes between Version 36 and Version 37 of Ticket #16428
- Timestamp:
- 10/14/14 14:07:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16428 – Description
v36 v37 1 Rename the FLINT `.pxi` files to `.pxd` files and move them to a new directory `src/sage/libs/flint/decl`.1 Rename the FLINT `.pxi` files to `.pxd` files. Create a new file `src/sage/libs/flint/types.pxd` with just the type declarations (similar to GMP, very useful to avoid circular imports).