Changeset 24590f in git
- Timestamp:
- May 3, 2005, 7:32:51 PM (18 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- a907ebe5b6ed3a0262c52b7fb175d64479184946
- Parents:
- bdbcb85f9402d8e9b50ead1a3d9a351f47c3cfe1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iplib.cc
rbdbcb8 r24590f 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: iplib.cc,v 1.10 8 2005-05-02 16:31:56Singular Exp $ */4 /* $Id: iplib.cc,v 1.109 2005-05-03 17:32:51 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: interpreter: LIB and help … … 24 24 #include "lists.h" 25 25 26 #ifdef HAVE_DYNAMIC_LOADING 26 27 BOOLEAN load_modules(char *newlib, char *fullname, BOOLEAN tellerror); 28 #endif 27 29 28 30 #ifdef HAVE_LIBPARSER … … 686 688 if (LT==LT_SINGULAR) 687 689 LoadResult = iiLibCmd(s, FALSE); 690 #ifdef HAVE_DYNAMIC_LOADING 688 691 else if ((LT==LT_ELF) || (LT==LT_HPUX)) 689 692 LoadResult = load_modules(s,libnamebuf,FALSE); 693 #endif 690 694 if(!LoadResult ) 691 695 {
Note: See TracChangeset
for help on using the changeset viewer.