Changeset da2fc8 in git for factory/cf_char.cc


Ignore:
Timestamp:
Aug 18, 2008, 1:19:33 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
52cc7a4a95ccd0c767d6c69dba8f61a5bd738a1b
Parents:
8c7a1c2e904beed8b69cbb8662a238e81ed6591a
Message:
*hannes: syntax


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

Legend:

Unmodified
Added
Removed
  • factory/cf_char.cc

    r8c7a1c rda2fc8  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_char.cc,v 1.9 2008-08-18 11:16:05 Singular Exp $ */
     2/* $Id: cf_char.cc,v 1.10 2008-08-18 11:19:33 Singular Exp $ */
    33
    44#include <config.h>
     
    1212#include "cf_primes.h"
    1313#include "cf_binom.h"
     14#ifdef SINGULAR
     15#include "singext.h"
     16#endif
    1417
    1518static int theCharacteristic = 0;
     
    3841        ff_big = c > cf_getSmallPrime( cf_getNumSmallPrimes()-1 );
    3942#ifdef SINGULAR
    40         extern int errorreported;
    41         extern "C" void  WerrorS(const char *s);
    4243        if (!errorreported && (c > 536870909)) WerrorS("characteristic too large(max is 2^29)");
    4344#endif
Note: See TracChangeset for help on using the changeset viewer.