Changeset 0724372 in git for libpolys/misc/mylimits.h
- Timestamp:
- Dec 4, 2012, 9:26:31 PM (11 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- c110688e8504f7272a27d559c1f4b43909fa190b
- Parents:
- 0145f469b68cb4ac35da3518ae5cb1464fbc85a4
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-12-04 21:26:31+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-12-05 18:35:47+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/misc/mylimits.h
r0145f46 r0724372 9 9 #define _MYLIMITS_H 10 10 11 /* Maximum/minimum value an `signed int' (in Singular interpreter) can hold. */ 12 const int MAX_INT_VAL = 0x7fffffff; 13 const int MAX_INT_LEN = 11; 11 14 #include <limits.h> 12 #define MAX_INT_VAL 0x7fffffff13 15 14 16 #endif /* _MYLIMITS_H */
Note: See TracChangeset
for help on using the changeset viewer.