Changeset 28ae67 in git for Singular/iplib.cc


Ignore:
Timestamp:
Apr 28, 2021, 7:48:44 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
25fe37b42f9dc02184c1dbb3d6f08c1b4bcc94e3
Parents:
76f3202c17e72abaa909165162b69819560ede3d
Message:
removed HAVE_STATIC
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iplib.cc

    r76f3202 r28ae67  
    11771177BOOLEAN load_modules_aux(const char *newlib, char *fullname, BOOLEAN autoexport)
    11781178{
    1179 #ifdef HAVE_STATIC
    1180   WerrorS("mod_init: static version can not load modules");
    1181   return TRUE;
    1182 #else
    11831179/*
    11841180  typedef int (*fktn_t)(int(*iiAddCproc)(const char *libname, const char *procname,
     
    12791275  load_modules_end:
    12801276  return RET;
    1281 #endif /*STATIC */
    12821277}
    12831278
Note: See TracChangeset for help on using the changeset viewer.