[BACK]Return to pariinl.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari / Odos

Annotation of OpenXM_contrib/pari/Odos/pariinl.h, Revision 1.1

1.1     ! maekawa     1: /*   This file contains declarations/definitions of functions that
        !             2:  *   _can_ be inlined.
        !             3:  */
        !             4: /* $Id: pariinl.h,v 1.1.1.1 1999/09/16 13:48:38 karim Exp $ */
        !             5: 
        !             6: #ifndef WINCE
        !             7: #  include "../src/kernel/ix86/level0.h"
        !             8: #else
        !             9: #  include "../src/kernel/none/level0.h"
        !            10: #endif
        !            11: 
        !            12: #include "../src/kernel/none/level1.h"
        !            13: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>