Changeset 0724372 in git
- Timestamp:
- Dec 4, 2012, 9:26:31 PM (11 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- 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
- Location:
- libpolys/misc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/misc/auxiliary.h.in
r0145f46 r0724372 161 161 // #endif 162 162 163 static const int MAX_INT_LEN= 11;164 163 typedef void* ADDRESS; 165 164 -
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.