Changeset 3205 in Sophya
- Timestamp:
- Apr 10, 2007, 12:08:14 AM (18 years ago)
- Location:
- trunk
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/ntuple.h
r3112 r3205 119 119 120 120 121 122 #ifdef __MWERKS__123 __MSL_FIX_ITERATORS__(r_4*);124 #endif125 126 121 } // namespace SOPHYA 127 122 -
trunk/SophyaLib/HiStats/xntuple.cc
r2868 r3205 79 79 long int XNTuple::NbNT = 0 ; 80 80 81 #ifdef __MWERKS__82 // mktemp() non connu sur Mac (?) - Dominique Yvon / R. Ansari83 char * mktemp(char * Filename);84 #endif85 81 86 82 NTBlk::NTBlk(int ndvar, int nfvar, int nivar, int nsvar, int strsz, int sz) … … 1025 1021 #endif 1026 1022 1027 1028 #ifdef __MWERKS__1029 // Bricolo Dominique Yvon pour faire marcher sur Mac1030 #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 7 7 #include <iostream> 8 8 9 #ifdef __MWERKS__10 #include <iostream>11 #endif12 9 13 10 #include "nbtri.h" -
trunk/SophyaLib/NTools/datime.c
r2808 r3205 5 5 #include <ctype.h> 6 6 #include <math.h> 7 #ifdef __MWERKS__ 8 #include "unixmac.h" 9 #endif 7 10 8 11 9 #define DATIMEPRIVEE -
trunk/SophyaLib/NTools/generalfit.cc
r3083 r3205 5 5 #include <iostream> 6 6 #include <math.h> 7 #ifdef __MWERKS__8 #include "mwerksmath.h" // Portage mac D. Y.9 #include "unixmac.h"10 #endif11 7 #include <string.h> 12 8 #include <string> -
trunk/SophyaLib/NTools/generalfunc.cc
r3083 r3205 5 5 #include <iostream> 6 6 #include <math.h> 7 #ifdef __MWERKS__8 #include "mwerksmath.h" // Portage mac D. Y.9 #include "unixmac.h"10 #endif11 7 #include <string.h> 12 8 #include <string> -
trunk/SophyaLib/Samba/bruit.cc
r3077 r3205 2 2 #include <stdio.h> 3 3 #include <math.h> 4 5 #ifdef __MWERKS__6 #include "unixmac.h"7 #endif8 9 4 10 5 #include "sopnamsp.h" -
trunk/SophyaProg/PrgUtil/scanppf.cc
r3091 r3205 10 10 #include "sambainit.h" 11 11 #include "histinit.h" 12 13 #ifdef __MWERKS__14 #include <console.h>15 #endif16 12 17 13 … … 50 46 int main(int narg, char* arg[]) 51 47 { 52 53 #ifdef __MWERKS__54 narg = ccommand(&arg);55 #endif56 48 57 49 SambaInitiator smbinit;
Note:
See TracChangeset
for help on using the changeset viewer.