Changeset 5ce6ea in git for Singular/ipid.cc


Ignore:
Timestamp:
May 22, 2003, 7:55:27 PM (21 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
775d8888b1e44be156deff134be904e0e588c0fe
Parents:
8847e4257af6002983a6918e0f142f351a8338a9
Message:
*hannes: dynamic loading


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

Legend:

Unmodified
Added
Removed
  • Singular/ipid.cc

    r8847e42 r5ce6ea  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipid.cc,v 1.66 2003-03-10 16:43:50 Singular Exp $ */
     4/* $Id: ipid.cc,v 1.67 2003-05-22 17:55:27 Singular Exp $ */
    55
    66/*
     
    2727#include "ipid.h"
    2828
     29#ifdef HAVE_DYNAMIC_LOADING
     30#include "mod_raw.h"
     31#endif /* HAVE_DYNAMIC_LOADING */
    2932
    3033omBin sip_command_bin = omGetSpecBin(sizeof(sip_command));
     
    863866      Print("//dlclose(%s)\n",pack->libname);
    864867#ifdef HAVE_DYNAMIC_LOADING
    865       extern int dynl_close (void *handle);
    866868      dynl_close (pack->handle);
    867869#endif /* HAVE_DYNAMIC_LOADING */
Note: See TracChangeset for help on using the changeset viewer.