Changeset 737b7c8 in git
- Timestamp:
- Nov 22, 2011, 8:02:39 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- e5541620720cbe23c473fe2acde51369f1171725
- Parents:
- aa2b525cdc4f68a1f4b17ffb3151cbdefce4a60c
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-22 20:02:39+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-23 01:23:11+01:00
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/mod2.h
raa2b525 r737b7c8 81 81 /* SIZEOF_LONG == SIZEOF_VOIDP is guaranteed by configure */ 82 82 #define ALIGN_8 83 #endif84 85 #ifndef CHAR_BIT86 #define CHAR_BIT 887 83 #endif 88 84 -
libpolys/misc/auxiliary.h.in
raa2b525 r737b7c8 88 88 // ---------------- Singular standard types etc. 89 89 // BOOLEAN 90 91 90 #ifndef SIZEOF_LONG 92 91 … … 118 117 #error "Unexpected SIZEOF_LONG" 119 118 #endif 119 120 121 #ifndef CHAR_BIT 122 #define CHAR_BIT (8) 123 #endif /*ifndef CHAR_BIT*/ 124 125 126 #ifndef BIT_SIZEOF_LONG 127 #define BIT_SIZEOF_LONG ((CHAR_BIT)*(SIZEOF_LONG)) 128 #endif /*ifndef BIT_SIZEOF_LONG*/ 120 129 121 130
Note: See TracChangeset
for help on using the changeset viewer.