Changeset 1aa559b in git for Singular/extra.cc


Ignore:
Timestamp:
Feb 23, 2004, 8:04:05 PM (20 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
3ebba4a56769d7784bf8af7c80ff439c6a7b152e
Parents:
a9042d0e9a0cd833346da77996b03bb5379ec4bc
Message:
*hannes: fixes + MPport from 2-0


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

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    ra9042d r1aa559b  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.201 2003-10-17 15:59:48 levandov Exp $ */
     4/* $Id: extra.cc,v 1.202 2004-02-23 19:04:01 Singular Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    110110 * - with    HAVE_DYNAMIC_LOADING: these functions are loaded as module.
    111111 */
    112 #ifndef HAVE_DYNAMIC_LOADING
     112//#ifndef HAVE_DYNAMIC_LOADING
    113113
    114114#ifdef HAVE_PCV
     
    116116#endif
    117117
    118 #endif /* not HAVE_DYNAMIC_LOADING */
     118//#endif /* not HAVE_DYNAMIC_LOADING */
    119119
    120120// see clapsing.cc for a description of the `FACTORY_*' options
     
    522522    else
    523523#endif
    524 #ifndef HAVE_DYNAMIC_LOADING
     524//#ifndef HAVE_DYNAMIC_LOADING
    525525/*==================== pcv ==================================*/
    526526#ifdef HAVE_PCV
     
    582582    else
    583583#endif
    584 #endif /* HAVE_DYNAMIC_LOADING */
     584//#endif /* HAVE_DYNAMIC_LOADING */
    585585/*==================== contributors =============================*/
    586586   if(strcmp(sys_cmd,"contributors") == 0)
Note: See TracChangeset for help on using the changeset viewer.