Changeset b56249 in git for libpolys/polys/prCopy.h


Ignore:
Timestamp:
Apr 23, 2013, 5:00:16 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
5782e2d7947412c3820f7bd158d09b128c888ca9
Parents:
888b45777bfde99aa51caf2645601ffcc66fa35e
Message:
Misc fixes due to building on Mac OS X 10.6

fix: no  pyobject-building if configured without dynamic loading
chg: minor include reordering + forward declarations + cosmetics
fix: AM_COND_IF may be undefined in older automake/autoconf
fix: distribute ALL tested tests
fix: no double definition of NATNUMBER/int_number in structs.h
fix: n_ExtGcd is not always related to HAVE_RINGS
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/prCopy.h

    r888b457 rb56249  
    88*/
    99
     10struct spolyrec; typedef struct spolyrec polyrec; typedef polyrec* poly;
     11struct ip_sring; typedef struct ip_sring* ring; typedef struct ip_sring const* const_ring;
     12struct sip_sideal; typedef struct sip_sideal *ideal;
    1013
    1114/*************************************************************************
Note: See TracChangeset for help on using the changeset viewer.