Changeset 1764 in Sophya for trunk/ArchTOIPipe/config.h


Ignore:
Timestamp:
Nov 14, 2001, 3:10:13 PM (24 years ago)
Author:
aubourg
Message:

magiqueries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/config.h

    r1663 r1764  
    33
    44#define _GNU_SOURCE
     5
     6// mostly because of the archaic IRIX CC compiler
     7namespace std{}
     8using namespace std;
     9
    510
    611#include "conf.h"
     
    3641#endif
    3742
     43#ifdef __SGICC__
     44namespace std { }
     45using namespace std;
    3846#endif
    3947
     48#endif
     49
Note: See TracChangeset for help on using the changeset viewer.