Changeset c1526f in git for kernel


Ignore:
Timestamp:
Dec 8, 2008, 4:01:50 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b9a33762f1c8448a2fb4c81be0873e0242c3a390
Parents:
a6b576a7994def0a72d9623eed6bc45b7074c746
Message:
*hannes: no direct include of gmp.h


git-svn-id: file:///usr/local/Singular/svn/trunk@11220 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
kernel
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • kernel/misc.cc

    ra6b576 rc1526f  
    4242  extern const char * libfac_date;
    4343#endif
    44 extern "C" {
    45 #include <gmp.h>
    46 }
     44#include <si_gmp.h>
    4745#ifdef HAVE_MPSR
    4846#include <MP_Config.h>
  • kernel/modulop.cc

    ra6b576 rc1526f  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: modulop.cc,v 1.13 2008-10-02 14:33:15 Singular Exp $ */
     4/* $Id: modulop.cc,v 1.14 2008-12-08 15:00:43 Singular Exp $ */
    55/*
    66* ABSTRACT: numbers modulo p (<=32003)
     
    1818#include "ring.h"
    1919#ifdef HAVE_RINGS
    20 #include <gmp.h>
     20#include <si_gmp.h>
    2121#endif
    2222#include "modulop.h"
  • kernel/rintegers.cc

    ra6b576 rc1526f  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: rintegers.cc,v 1.17 2008-07-16 12:41:33 wienand Exp $ */
     4/* $Id: rintegers.cc,v 1.18 2008-12-08 15:00:43 Singular Exp $ */
    55/*
    66* ABSTRACT: numbers modulo n
     
    1818#include "ring.h"
    1919#include "rintegers.h"
    20 #include "gmp.h"
     20#include "si_gmp.h"
    2121
    2222#ifdef HAVE_RINGZ
  • kernel/rmodulo2m.cc

    ra6b576 rc1526f  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: rmodulo2m.cc,v 1.22 2008-07-16 12:41:33 wienand Exp $ */
     4/* $Id: rmodulo2m.cc,v 1.23 2008-12-08 15:00:43 Singular Exp $ */
    55/*
    66* ABSTRACT: numbers modulo 2^m
     
    2020#include "ring.h"
    2121#include "rmodulo2m.h"
    22 #include "gmp.h"
     22#include "si_gmp.h"
    2323
    2424int nr2mExp;
  • kernel/rmodulon.cc

    ra6b576 rc1526f  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: rmodulon.cc,v 1.30 2008-07-16 15:04:26 wienand Exp $ */
     4/* $Id: rmodulon.cc,v 1.31 2008-12-08 15:00:43 Singular Exp $ */
    55/*
    66* ABSTRACT: numbers modulo n
     
    1818#include "ring.h"
    1919#include "rmodulon.h"
    20 #include "gmp.h"
     20#include "si_gmp.h"
    2121
    2222#ifdef HAVE_RINGMODN
  • kernel/structs.h

    ra6b576 rc1526f  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: structs.h,v 1.56 2008-09-12 14:13:32 Singular Exp $ */
     6/* $Id: structs.h,v 1.57 2008-12-08 15:00:43 Singular Exp $ */
    77/*
    88* ABSTRACT
     
    1111#include <string.h> /* for memset */
    1212#ifdef HAVE_RINGS
    13 #include <gmp.h>
     13#include <si_gmp.h>
    1414#endif
    1515
Note: See TracChangeset for help on using the changeset viewer.