Changeset a59c630 in git for misc/auxiliary.h.in
- Timestamp:
- Jun 18, 2010, 5:27:58 PM (13 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/auxiliary.h.in
r298bd5 ra59c630 18 18 #define MISC_AUXILIARY_H 19 19 20 // ----------------- which parts/extensions of Singular to build 21 #define HAVE_RINGS 22 // ---------------- end of parts/extensions 20 23 // ----------------- configure stuff 21 24 … … 36 39 // ----------------- end of configure stuff 37 40 41 // ---------------- Singular standard types etc. 38 42 // BOOLEAN 39 43 … … 72 76 static inline int si_max(const int a, const int b) { return (a>b) ? a : b; } 73 77 78 // ---------------- end of Singular standard types etc. 79 // ---------------- defines which depend on the settings above 74 80 75 81 #if defined(SI_CPU_I386) || defined(SI_CPU_X86_64)
Note: See TracChangeset
for help on using the changeset viewer.