Changeset 0724372 in git for libpolys/misc/mylimits.h


Ignore:
Timestamp:
Dec 4, 2012, 9:26:31 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
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
Message:
Made MAX_INT_* into constants in mylimits.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/misc/mylimits.h

    r0145f46 r0724372  
    99#define _MYLIMITS_H
    1010
     11/* Maximum/minimum value an `signed int' (in Singular interpreter) can hold. */
     12const int MAX_INT_VAL = 0x7fffffff;
     13const int MAX_INT_LEN = 11;
    1114#include <limits.h>
    12 #define MAX_INT_VAL 0x7fffffff
    1315
    1416#endif /* _MYLIMITS_H */
Note: See TracChangeset for help on using the changeset viewer.