Changeset 97e38e in git


Ignore:
Timestamp:
May 6, 2019, 11:19:43 AM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b2fc349e4c2e86a7c7f9cbefef96756f70e8b57fda7bc40baca2ca1245a810bea9cb09b4124d90bc
Parents:
5c0680a81e434b189faabda5d2d0aa0bbcff343c
Message:
rename iiCallProcId2Id
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/iplib.cc

    r5c0680 r97e38e  
    646646
    647647// return NULL on failure
    648 ideal iiCallLibProcIdeal(const char *lib,const char *proc, ideal arg)
     648ideal iiCallProcId2Id(const char *lib,const char *proc, ideal arg)
    649649{
    650650  char *plib = iiConvName(lib);
  • Singular/ipshell.h

    r5c0680 r97e38e  
    197197void* iiCallLibProc1(const char* n, void *arg, int arg_type, BOOLEAN &err);
    198198void* iiCallLibProcM(const char* n, void **args, int *arg_types, BOOLEAN &err);
    199 ideal iiCallLibProcIdeal(const char* lib,const char* proc, ideal arg);
     199ideal iiCallProcId2Id(const char* lib,const char* proc, ideal arg);
    200200// from misc.cc:
    201201char *  showOption();
Note: See TracChangeset for help on using the changeset viewer.