Changeset 8530861 in git for Singular/mod2.h.in


Ignore:
Timestamp:
Jun 11, 1999, 1:31:46 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
307e0a11a87b737dfc4e4996a02155a6a838221e
Parents:
d73404fca5a7c17188febfa4ab69af618a135287
Message:
* #define MAX_COMPONENT


git-svn-id: file:///usr/local/Singular/svn/trunk@3122 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/mod2.h.in

    rd73404 r8530861  
    227227#if SIZEOF_EXPONENT == 1
    228228#define MAX_EXPONENT 0x7f
     229#define MAX_COMPONENT 0xff
    229230#elif SIZEOF_EXPONENT == 2
    230 #define MAX_EXPONENT 0x7fff
     231#define MAX_EXPONENT 0xffff
     232#define MAX_COMPONENT 0xff
    231233#else /* SIZEOF_EXPONENT == 4 */
    232234#define MAX_EXPONENT 0x7fffffff
     235#define MAX_COMPONENT 0xffffffff
    233236#endif
    234237
Note: See TracChangeset for help on using the changeset viewer.