Changeset fcdeea in git for libpolys/misc/options.h


Ignore:
Timestamp:
Feb 7, 2019, 3:21:55 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
b3e931b4c9148576d127f3b957900899fa358767
Parents:
098784114c00a08a4d18cf392c0f2411aa0d007e
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2019-02-07 15:21:55+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2019-02-07 16:24:43+01:00
Message:
fix: threadsupport
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/misc/options.h

    r098784 rfcdeea  
    1313extern "C" VAR unsigned si_opt_1; //< NOTE: Original option variable name: test
    1414extern "C" VAR unsigned si_opt_2; //< NOTE: Original option variable name: verbose
    15 extern "C" BOOLEAN siCntrlc;
    1615#else
    1716EXTERN_VAR unsigned si_opt_1;
    1817EXTERN_VAR unsigned si_opt_2;
     18#endif
    1919EXTERN_VAR BOOLEAN siCntrlc;
    20 #endif
    2120#define SI_SAVE_OPT(A,B) { A=si_opt_1; B=si_opt_2; }
    2221#define SI_SAVE_OPT1(A) { A=si_opt_1; }
Note: See TracChangeset for help on using the changeset viewer.