Changeset 3205 in Sophya for trunk/SophyaLib/HiStats


Ignore:
Timestamp:
Apr 10, 2007, 12:08:14 AM (18 years ago)
Author:
ansari
Message:

Suppression flags MWERKS (compilo CodeWarrior pour MacOS8,9) , Reza 10/04/2007

Location:
trunk/SophyaLib/HiStats
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/ntuple.h

    r3112 r3205  
    119119
    120120
    121 
    122 #ifdef __MWERKS__
    123 __MSL_FIX_ITERATORS__(r_4*);
    124 #endif
    125 
    126121} // namespace SOPHYA
    127122
  • trunk/SophyaLib/HiStats/xntuple.cc

    r2868 r3205  
    7979long int  XNTuple::NbNT = 0 ;
    8080
    81 #ifdef __MWERKS__
    82 // mktemp() non connu sur Mac (?)  - Dominique Yvon / R. Ansari
    83 char * mktemp(char * Filename);
    84 #endif
    8581
    8682NTBlk::NTBlk(int ndvar, int nfvar, int nivar, int nsvar, int strsz, int sz)
     
    10251021#endif
    10261022
    1027 
    1028 #ifdef __MWERKS__
    1029 // Bricolo Dominique Yvon pour faire marcher sur Mac
    1030 #include <stdio.h>
    1031 #include <stdlib.h>
    1032         static long mktempMemory=0;
    1033         char * mktemp(char * Filename)
    1034         {       sprintf(Filename,"TempFile%8i",mktempMemory);
    1035                 mktempMemory++;
    1036                 return Filename;
    1037         }
    1038 #endif
Note: See TracChangeset for help on using the changeset viewer.