Changeset cd6b45 in git for Singular/misc.cc


Ignore:
Timestamp:
Nov 19, 1998, 3:04:39 PM (25 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
7497447c01f752dab323c08717ed8bb858bcfff5
Parents:
8f9d571fb36c428311419e1af2ef2e68ba331ae0
Message:
 	Makefile.in configure configure.in extra.cc grammar.h
 	iparith.cc ipid.cc ipid.h iplib.cc misc.cc mod2.h.in subexpr.h
 	pcv.cc
	* Added support for dynamic-modules on linux-plattforms
	* pcv compile as module if dynamic-loading is enabled.


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

Legend:

Unmodified
Added
Removed
  • Singular/misc.cc

    r8f9d57 rcd6b45  
    777777              StringAppendS("Namespaces,");
    778778#endif
     779#ifdef HAVE_DYNAMIC_LOADING
     780              StringAppendS("DynamicLoading");
     781#endif
    779782#ifdef TEST
    780783              StringAppendS("TESTs,");
Note: See TracChangeset for help on using the changeset viewer.