Changeset a59c630 in git for misc/auxiliary.h.in


Ignore:
Timestamp:
Jun 18, 2010, 5:27:58 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
Children:
4cd3eebf0b0969f6dd23326a75d5f194731e09e0
Parents:
298bd5f660306bd213a982effdc10fcc8dfdf8f2
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-06-18 17:27:58+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:13+01:00
Message:
HAVE_RINGS
File:
1 edited

Legend:

Unmodified
Added
Removed
  • misc/auxiliary.h.in

    r298bd5 ra59c630  
    1818#define MISC_AUXILIARY_H
    1919     
     20// ----------------- which parts/extensions of Singular to build
     21#define HAVE_RINGS
     22// ----------------  end of parts/extensions
    2023// -----------------  configure stuff
    2124
     
    3639// ----------------- end of configure stuff
    3740
     41// ---------------- Singular standard types etc.
    3842// BOOLEAN
    3943
     
    7276static inline int si_max(const int a, const int b)  { return (a>b) ? a : b; }
    7377
     78// ---------------- end of Singular standard types etc.
     79// ---------------- defines which depend on the settings above
    7480
    7581#if defined(SI_CPU_I386) || defined(SI_CPU_X86_64)
Note: See TracChangeset for help on using the changeset viewer.