Changeset 2754:a5a7c68e93a7


Ignore:
Timestamp:
02/03/07 16:38:50 (6 years ago)
Author:
'Martin Albrecht <malb@…
Branch:
default
Message:

include givaro-config.h, I wonder how we got away without it so far

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/rings/finite_field_givaro.pxd

    r2643 r2754  
    1010    ctypedef struct PyObject 
    1111    int PyObject_TypeCheck(object o, PyTypeObject *t) 
     12 
     13cdef extern from "givaro-config.h": 
     14    pass 
     15 
    1216 
    1317cdef extern from "givaro/givrandom.h": 
Note: See TracChangeset for help on using the changeset viewer.