Changeset 97e38e in git
- Timestamp:
- May 6, 2019, 11:19:43 AM (4 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- b2fc349e4c2e86a7c7f9cbefef96756f70e8b57fda7bc40baca2ca1245a810bea9cb09b4124d90bc
- Parents:
- 5c0680a81e434b189faabda5d2d0aa0bbcff343c
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iplib.cc
r5c0680 r97e38e 646 646 647 647 // return NULL on failure 648 ideal iiCall LibProcIdeal(const char *lib,const char *proc, ideal arg)648 ideal iiCallProcId2Id(const char *lib,const char *proc, ideal arg) 649 649 { 650 650 char *plib = iiConvName(lib); -
Singular/ipshell.h
r5c0680 r97e38e 197 197 void* iiCallLibProc1(const char* n, void *arg, int arg_type, BOOLEAN &err); 198 198 void* iiCallLibProcM(const char* n, void **args, int *arg_types, BOOLEAN &err); 199 ideal iiCall LibProcIdeal(const char* lib,const char* proc, ideal arg);199 ideal iiCallProcId2Id(const char* lib,const char* proc, ideal arg); 200 200 // from misc.cc: 201 201 char * showOption();
Note: See TracChangeset
for help on using the changeset viewer.