Changeset b90cc8 in git
- Timestamp:
- Jan 6, 2011, 12:05:16 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- ee0b48da735557998c56e4db8572ac4de638b105
- Parents:
- e2fd5d453ccf5a7982b273cf039c5c7f41f41080
- Location:
- Singular
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/RULES
re2fd5d rb90cc8 61 61 - if NTL is included, one may also use: 62 62 NTL_AVOID_BRANCHING (currently not used, substituted by SI_CPU_*) 63 - only for depend icies on the OS, use63 - only for dependencies on the OS, use 64 64 the result of singuname (#ifdef ix86_Linux etc.) 65 65 -
Singular/iplib.cc
re2fd5d rb90cc8 939 939 } 940 940 941 #ifdef HAVE_DYNAMIC_LOADING942 941 /*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/ 943 942 int iiAddCproc(char *libname, char *procname, BOOLEAN pstatic, … … 966 965 } 967 966 967 #ifdef HAVE_DYNAMIC_LOADING 968 968 int iiAddCprocTop(char *libname, char *procname, BOOLEAN pstatic, 969 969 BOOLEAN(*func)(leftv res, leftv v)) -
Singular/ipshell.h
re2fd5d rb90cc8 183 183 BOOLEAN iiTryLoadLib(leftv v, const char *id); 184 184 185 int iiAddCproc(char *libname, char *procname, BOOLEAN pstatic, 186 BOOLEAN(*func)(leftv res, leftv v)); 187 185 188 void iiCheckPack(package &p); 186 189 #ifndef NDEBUG
Note: See TracChangeset
for help on using the changeset viewer.