Changeset e3c0c1d in git


Ignore:
Timestamp:
May 18, 2011, 12:18:12 AM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
Children:
2f19b007f3d39e1ad45c64dc542ed527a43e6ede
Parents:
e4d44bcea666450044a2fdba67b7500351ae1634
Message:
libsingular stuff


git-svn-id: file:///usr/local/Singular/svn/trunk@14220 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/misc_ip.cc

    re4d44b re3c0c1d  
    2121#include <kernel/longrat.h>
    2222#include <Singular/misc_ip.h>
     23#ifdef LIBSINGULAR
     24#include <Singular/silink.h>
     25#include <Singular/feOpt.h>
     26#endif
    2327
    2428void number2mpz(number n, mpz_t m)
     
    11251129int siInit(char *name)
    11261130{
     1131
    11271132  // hack such that all shared' libs in the bindir are loaded correctly
    11281133  feInitResources(name);
     1134  extern int iiInitArithmetic();
    11291135  iiInitArithmetic();
    11301136
Note: See TracChangeset for help on using the changeset viewer.