Changeset 7463:6b446e951cd9


Ignore:
Timestamp:
12/01/07 13:14:51 (5 years ago)
Author:
Michael Abshoff <Michael.Abshoff@…>
Branch:
default
Message:

make sure that a 64 bit int is really 64 bits in 32 bit mode on Solaris

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/rings/stdint.h

    r5743 r7463  
    22#if defined(__sun) 
    33typedef int int_fast32_t; 
    4 typedef long int_fast64_t; 
     4typedef long long int_fast64_t; 
    55#else 
    66#include <stdint.h> 
Note: See TracChangeset for help on using the changeset viewer.