Changeset a3f0fea in git for factory/cf_char.cc


Ignore:
Timestamp:
Jan 24, 2019, 1:08:04 PM (5 years ago)
Author:
Reimer Behrends <behrends@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
756676ef1fcf4cff300fb1607a6d21293b253245
Parents:
25fe907e3f7e0d124b25f97832c0b71e96c515e2
Message:
Modify variable declarions for pSingular.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_char.cc

    r25fe907 ra3f0fea  
    1818#include "cf_util.h"
    1919
    20 static int theCharacteristic = 0;
    21 static int theDegree = 1;
     20STATIC_VAR int theCharacteristic = 0;
     21STATIC_VAR int theDegree = 1;
    2222
    2323void setCharacteristic( int c )
Note: See TracChangeset for help on using the changeset viewer.