Changeset 1d6ec3 in git for Singular/iparith.cc


Ignore:
Timestamp:
Dec 17, 2012, 5:58:15 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
2cdd72c35095d3ff171783d5f5a677d4f6658c96
Parents:
f51a5bd5a84a0bdc21e8b4b7357a3d1f43bae4e6f4399e865a8d7da06b4d0e0a3d19e4c3acc2d8dc
Message:
Merge pull request #236 from alexanderdreyer/spielwiese-pyobject

Spielwiese's pyobject uses LIB("pyobject.so") again
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    rf51a5b r1d6ec3  
    51555155  char libnamebuf[256];
    51565156  lib_types LT = type_of_LIB(s, libnamebuf);
     5157
    51575158#ifdef HAVE_DYNAMIC_LOADING
    51585159  extern BOOLEAN load_modules(char *newlib, char *fullpath, BOOLEAN autoexport);
     
    51945195        return bo;
    51955196      }
     5197      case LT_BUILTIN:
     5198        SModulFunc_t iiGetBuiltinModInit(char*);
     5199        return load_builtin(s,autoexport, iiGetBuiltinModInit(s));
    51965200      case LT_MACH_O:
    51975201      case LT_ELF:
Note: See TracChangeset for help on using the changeset viewer.