Changeset 172d852 in git for libpolys/polys/pDebug.cc


Ignore:
Timestamp:
Jan 24, 2019, 2:32:29 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
08394f319ba420091cccad7e025c3f7cac04c373
Parents:
5abb79fd2458b47b21d297f2c8b26f285ac9546f756676ef1fcf4cff300fb1607a6d21293b253245
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2019-01-24 14:32:29+01:00
git-committer:
GitHub <noreply@github.com>2019-01-24 14:32:29+01:00
Message:
Merge pull request #906 from rbehrends/prelim-thread-rewrite

Singular changes for multi-threading support.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/pDebug.cc

    r5abb79f r172d852  
    3939 ***************************************************************/
    4040// avoid recursive calls
    41 static BOOLEAN d_poly_error_reporting = FALSE;
     41STATIC_VAR BOOLEAN d_poly_error_reporting = FALSE;
    4242BOOLEAN dPolyReportError(poly p, ring r, const char* fmt, ...)
    4343{
     
    358358
    359359#if defined(PDEBUG) || defined(PDIV_DEBUG)
    360 static unsigned long pDivisibleBy_number = 1;
    361 static unsigned long pDivisibleBy_FALSE = 1;
    362 static unsigned long pDivisibleBy_ShortFalse = 1;
     360STATIC_VAR unsigned long pDivisibleBy_number = 1;
     361STATIC_VAR unsigned long pDivisibleBy_FALSE = 1;
     362STATIC_VAR unsigned long pDivisibleBy_ShortFalse = 1;
    363363
    364364BOOLEAN pDebugLmShortDivisibleBy(poly p1, unsigned long sev_1, ring r_1,
Note: See TracChangeset for help on using the changeset viewer.