Changeset b90cc8 in git


Ignore:
Timestamp:
Jan 6, 2011, 12:05:16 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
ee0b48da735557998c56e4db8572ac4de638b105
Parents:
e2fd5d453ccf5a7982b273cf039c5c7f41f41080
Message:
iiAddCproc not only for dynamic loading

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

Legend:

Unmodified
Added
Removed
  • Singular/RULES

    re2fd5d rb90cc8  
    6161- if NTL is included, one may also use:
    6262  NTL_AVOID_BRANCHING (currently not used, substituted by SI_CPU_*)
    63 - only for dependicies on the OS, use
     63- only for dependencies on the OS, use
    6464  the result of  singuname (#ifdef ix86_Linux etc.)
    6565
  • Singular/iplib.cc

    re2fd5d rb90cc8  
    939939}
    940940
    941 #ifdef HAVE_DYNAMIC_LOADING
    942941/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
    943942int iiAddCproc(char *libname, char *procname, BOOLEAN pstatic,
     
    966965}
    967966
     967#ifdef HAVE_DYNAMIC_LOADING
    968968int iiAddCprocTop(char *libname, char *procname, BOOLEAN pstatic,
    969969               BOOLEAN(*func)(leftv res, leftv v))
  • Singular/ipshell.h

    re2fd5d rb90cc8  
    183183BOOLEAN iiTryLoadLib(leftv v, const char *id);
    184184
     185int iiAddCproc(char *libname, char *procname, BOOLEAN pstatic,
     186               BOOLEAN(*func)(leftv res, leftv v));
     187
    185188void iiCheckPack(package &p);
    186189#ifndef NDEBUG
Note: See TracChangeset for help on using the changeset viewer.