Changeset 3205 in Sophya


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
Files:
8 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
  • trunk/SophyaLib/NTools/cspline.cc

    r2808 r3205  
    77#include <iostream>
    88
    9 #ifdef __MWERKS__
    10    #include <iostream>
    11 #endif
    129
    1310#include "nbtri.h"
  • trunk/SophyaLib/NTools/datime.c

    r2808 r3205  
    55#include <ctype.h>
    66#include <math.h>
    7 #ifdef __MWERKS__
    8 #include "unixmac.h"
    9 #endif
     7
    108
    119#define DATIMEPRIVEE
  • trunk/SophyaLib/NTools/generalfit.cc

    r3083 r3205  
    55#include <iostream>
    66#include <math.h>
    7 #ifdef __MWERKS__
    8 #include "mwerksmath.h" // Portage mac D. Y.
    9 #include "unixmac.h"
    10 #endif
    117#include <string.h>
    128#include <string>
  • trunk/SophyaLib/NTools/generalfunc.cc

    r3083 r3205  
    55#include <iostream>
    66#include <math.h>
    7 #ifdef __MWERKS__
    8 #include "mwerksmath.h" // Portage mac D. Y.
    9 #include "unixmac.h"
    10 #endif
    117#include <string.h>
    128#include <string>
  • trunk/SophyaLib/Samba/bruit.cc

    r3077 r3205  
    22#include <stdio.h>
    33#include <math.h>
    4 
    5 #ifdef __MWERKS__
    6 #include "unixmac.h"
    7 #endif
    8 
    94
    105#include "sopnamsp.h"
  • trunk/SophyaProg/PrgUtil/scanppf.cc

    r3091 r3205  
    1010#include "sambainit.h"
    1111#include "histinit.h"
    12 
    13 #ifdef __MWERKS__
    14 #include <console.h>
    15 #endif
    1612
    1713
     
    5046int main(int narg, char* arg[])
    5147{
    52 
    53 #ifdef __MWERKS__
    54 narg = ccommand(&arg);
    55 #endif
    5648
    5749SambaInitiator smbinit;
Note: See TracChangeset for help on using the changeset viewer.