Andy Polyakov 27b2b78f90 Even though C specification explicitly says that constant type "stretches"
automatically to accomodate the value, some compilers fail to do so. Most
notably 0x0123456789ABCDEF should come out as long long in 32-bit context,
but HP compiler truncates it to 32-bit value. Which in turn breaks GF(2^m)
arithmetics in hpux-parisc2-cc build. Therefore this fix...
2004-01-25 10:53:43 +00:00
..
1999-04-29 16:04:54 +00:00
2003-12-06 11:39:37 +00:00
2000-02-16 13:24:06 +00:00
2002-11-14 11:22:01 +00:00
2003-11-28 13:10:58 +00:00