Changeset da2fc8 in git
- Timestamp:
- Aug 18, 2008, 1:19:33 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 52cc7a4a95ccd0c767d6c69dba8f61a5bd738a1b
- Parents:
- 8c7a1c2e904beed8b69cbb8662a238e81ed6591a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_char.cc
r8c7a1c rda2fc8 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: cf_char.cc,v 1. 9 2008-08-18 11:16:05Singular Exp $ */2 /* $Id: cf_char.cc,v 1.10 2008-08-18 11:19:33 Singular Exp $ */ 3 3 4 4 #include <config.h> … … 12 12 #include "cf_primes.h" 13 13 #include "cf_binom.h" 14 #ifdef SINGULAR 15 #include "singext.h" 16 #endif 14 17 15 18 static int theCharacteristic = 0; … … 38 41 ff_big = c > cf_getSmallPrime( cf_getNumSmallPrimes()-1 ); 39 42 #ifdef SINGULAR 40 extern int errorreported;41 extern "C" void WerrorS(const char *s);42 43 if (!errorreported && (c > 536870909)) WerrorS("characteristic too large(max is 2^29)"); 43 44 #endif
Note: See TracChangeset
for help on using the changeset viewer.