flintlib / arb

Arb has been merged into FLINT -- use https://github.com/flintlib/flint/ instead
http://arblib.org/
GNU Lesser General Public License v2.1
455 stars 137 forks source link

Remove long #308

Closed Joel-Dahne closed 4 years ago

Joel-Dahne commented 4 years ago

In general arb uses slong for 64 bits signed integers, in a few places long was used instead. I believe all of these cases are just typos and this pull request fixes those. There seems to be no other occurrences as determined by grep -R " long" (notice the space before long).

fredrik-johansson commented 4 years ago

Thanks!