Changeset d906dc in git for Singular/ipshell.h


Ignore:
Timestamp:
Jun 4, 2019, 2:33:32 PM (5 years ago)
Author:
Karim Abou Zeid <karim23697@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d4cec6ab781a81162945ff680935242fcccc952a
Parents:
56ff8efc45f5392a6e465782a66a5df5a54180f01708fac9cfbd392cceea00167eaa2746d291cd98
Message:
Merge branch 'spielwiese' into stable
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.h

    r56ff8ef rd906dc  
    196196BOOLEAN iiMake_proc(idhdl pn, package pack, leftv sl);
    197197void* iiCallLibProc1(const char* n, void *arg, int arg_type, BOOLEAN &err);
    198 void* iiCallLibProcM(const char* n, void **args, int *arg_types, BOOLEAN &err);
     198leftv ii_CallLibProcM(const char* n, void **args, int *arg_types, const ring R, BOOLEAN &err);
    199199ideal ii_CallProcId2Id(const char* lib,const char* proc, ideal arg,const ring R);
    200200int ii_CallProcId2Int(const char* lib,const char* proc, ideal arg,const ring R);
Note: See TracChangeset for help on using the changeset viewer.