Changeset 1767 in Sophya


Ignore:
Timestamp:
Nov 15, 2001, 11:42:17 AM (24 years ago)
Author:
aubourg
Message:

magique

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/flagtoidef.h

    r1764 r1767  
    44//                               Christophe Magneville
    55//                               Reza Ansari
    6 // $Id: flagtoidef.h,v 1.5 2001-11-14 14:10:13 aubourg Exp $
     6// $Id: flagtoidef.h,v 1.6 2001-11-15 10:42:17 aubourg Exp $
    77
    88#ifndef FLAGTOIDEF_H
    99#define FLAGTOIDEF_H
     10
     11#include "config.h"
    1012
    1113enum FlagToiDef {
     
    2527  FlgToiAround  =  (unsigned long long)1 << 6,
    2628// All bit to one ...
    27   FlgToiAll     =  (int)(unsigned long long)~0
     29#ifdef IRIX64
     30  FlgToiAll     =  (int)~(unsigned long long)0
     31#else
     32  FlgToiAll     =  ~(unsigned long long)0
     33#endif
    2834};
    2935
Note: See TracChangeset for help on using the changeset viewer.