Changeset 89 for CMT/v1r18p20050901


Ignore:
Timestamp:
Sep 5, 2005, 4:04:25 PM (19 years ago)
Author:
arnault
Message:

Fix std for Alpha

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/v1r18p20050901/source/cmt_std.h

    r86 r89  
    1111#ifndef linux
    1212#ifndef __CYGWIN__
     13//#ifndef __alpha__
    1314#define OLD_HEADERS 1
     15//#endif
    1416#endif
    1517#endif
     
    2426#include <iostream.h>
    2527#include <fstream.h>
     28
     29#define ios_base ios
    2630
    2731#define int_type int
Note: See TracChangeset for help on using the changeset viewer.