Changeset cce694c in git
- Timestamp:
- Mar 30, 2011, 3:51:45 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 0ceb74fb301333567c3206509584432bc130b144
- Parents:
- 68e548ee8870a94e63a4544c1b26bc8f08145dd4
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-03-30 15:51:45+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:04:15+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/misc/auxiliary.h
r68e548 rcce694c 57 57 // BOOLEAN 58 58 59 #include <omalloc/omalloc.h>60 61 59 #ifndef SIZEOF_LONG 62 60 63 #include < climits>61 #include <limits.h> 64 62 65 63 #ifndef LONG_BIT … … 74 72 75 73 #define SIZEOF_LONG (LONG_BIT/CHAR_BIT) 76 77 #endif 74 // another option for SIZEOF_LONG: use omConfig included in <omalloc/omalloc.h>... 75 76 #endif 77 78 79 78 80 79 81
Note: See TracChangeset
for help on using the changeset viewer.