Changeset 28ae67 in git for Singular/misc_ip.cc


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

Legend:

Unmodified
Added
Removed
  • Singular/misc_ip.cc

    r76f3202 r28ae67  
    413413  return L;
    414414}
    415 
    416 #ifdef HAVE_STATIC
    417 #undef HAVE_DYN_RL
    418 #endif
    419415
    420416//#ifdef HAVE_LIBPARSER
     
    852848              StringAppendS("dynamic modules,");
    853849#endif
    854               if (p_procs_dynamic) StringAppendS("dynamic p_Procs,");
     850#ifdef HAVE_DYNANIC_PPROCS
     851              StringAppendS("dynamic p_Procs,");
     852#endif
    855853#if YYDEBUG
    856854              StringAppendS("YYDEBUG=1,");
Note: See TracChangeset for help on using the changeset viewer.