Changeset 1aa559b in git for Singular/extra.cc
- Timestamp:
- Feb 23, 2004, 8:04:05 PM (20 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 3ebba4a56769d7784bf8af7c80ff439c6a7b152e
- Parents:
- a9042d0e9a0cd833346da77996b03bb5379ec4bc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
ra9042d r1aa559b 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: extra.cc,v 1.20 1 2003-10-17 15:59:48 levandovExp $ */4 /* $Id: extra.cc,v 1.202 2004-02-23 19:04:01 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: general interface to internals of Singular ("system" command) … … 110 110 * - with HAVE_DYNAMIC_LOADING: these functions are loaded as module. 111 111 */ 112 #ifndef HAVE_DYNAMIC_LOADING112 //#ifndef HAVE_DYNAMIC_LOADING 113 113 114 114 #ifdef HAVE_PCV … … 116 116 #endif 117 117 118 #endif /* not HAVE_DYNAMIC_LOADING */118 //#endif /* not HAVE_DYNAMIC_LOADING */ 119 119 120 120 // see clapsing.cc for a description of the `FACTORY_*' options … … 522 522 else 523 523 #endif 524 #ifndef HAVE_DYNAMIC_LOADING524 //#ifndef HAVE_DYNAMIC_LOADING 525 525 /*==================== pcv ==================================*/ 526 526 #ifdef HAVE_PCV … … 582 582 else 583 583 #endif 584 #endif /* HAVE_DYNAMIC_LOADING */584 //#endif /* HAVE_DYNAMIC_LOADING */ 585 585 /*==================== contributors =============================*/ 586 586 if(strcmp(sys_cmd,"contributors") == 0)
Note: See TracChangeset
for help on using the changeset viewer.