Changeset f2d314 in git
- Timestamp:
- Feb 22, 2012, 8:25:37 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 9840b5050e1851feb2d68a4b74113aa1b59fa12d
- Parents:
- fe9ee1a3f93edc9b5f905b61fcff6fcc30530d61
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-22 20:25:37+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-23 17:03:55+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/misc/mylimits.h
rfe9ee1 rf2d314 23 23 #define ULONG_MAX (~0L) 24 24 25 #if ~0UL == 4294967295UL25 #if ~0UL != 4294967295UL 26 26 #define LONG_MAX 9223372036854775807L 27 27 #else
Note: See TracChangeset
for help on using the changeset viewer.