Changeset 24590f in git


Ignore:
Timestamp:
May 3, 2005, 7:32:51 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a907ebe5b6ed3a0262c52b7fb175d64479184946
Parents:
bdbcb85f9402d8e9b50ead1a3d9a351f47c3cfe1
Message:
*hannes: load_modules PORT


git-svn-id: file:///usr/local/Singular/svn/trunk@8026 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iplib.cc

    rbdbcb8 r24590f  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iplib.cc,v 1.108 2005-05-02 16:31:56 Singular Exp $ */
     4/* $Id: iplib.cc,v 1.109 2005-05-03 17:32:51 Singular Exp $ */
    55/*
    66* ABSTRACT: interpreter: LIB and help
     
    2424#include "lists.h"
    2525
     26#ifdef HAVE_DYNAMIC_LOADING
    2627BOOLEAN load_modules(char *newlib, char *fullname, BOOLEAN tellerror);
     28#endif
    2729
    2830#ifdef HAVE_LIBPARSER
     
    686688      if (LT==LT_SINGULAR)
    687689        LoadResult = iiLibCmd(s, FALSE);
     690      #ifdef HAVE_DYNAMIC_LOADING
    688691      else if ((LT==LT_ELF) || (LT==LT_HPUX))
    689692        LoadResult = load_modules(s,libnamebuf,FALSE);
     693      #endif
    690694      if(!LoadResult )
    691695      {
Note: See TracChangeset for help on using the changeset viewer.