Changeset 30c2d97 in git for kernel/options.h


Ignore:
Timestamp:
Jan 28, 2010, 11:39:49 AM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d544b11776d6691410329c3725149cb11e700ab3
Parents:
af92df51b8d5feaf30e639aaa8980a541c934eb8
Message:
option qringNF - preparation

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

Legend:

Unmodified
Added
Removed
  • kernel/options.h

    raf92df r30c2d97  
    88 * ABSTRACT: macros for global options
    99 */
     10
     11#include "structs.h" /*for BITSET */
     12/*the general set of std-options : test */
     13/*the general set of verbose-options : verbose */
     14#ifdef __cplusplus
     15extern "C" BITSET test;
     16extern "C" BITSET verbose;
     17#else
     18extern BITSET test;
     19extern BITSET verbose;
     20#endif
    1021
    1122/*
     
    111122#define TEST_V_FINDMONOM           BVERBOSE(V_FINDMONOM)
    112123
     124
    113125#endif
Note: See TracChangeset for help on using the changeset viewer.