Changeset 835 in Sophya
- Timestamp:
- Apr 7, 2000, 12:52:11 PM (25 years ago)
- Location:
- trunk/SophyaLib/HiStats
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/xntuple.cc
r829 r835 35 35 long int XNTuple::NbNT = 0 ; 36 36 37 #ifdef __MWERKS__ 38 // mktemp() non connu sur Mac (?) - Dominique Yvon / R. Ansari 39 char * mktemp(char * Filename); 40 #endif 37 41 38 42 NTBlk::NTBlk(int ndvar, int nfvar, int nivar, int nsvar, int strsz, int sz) … … 933 937 934 938 939 #ifdef __MWERKS__ 935 940 // Bricolo Dominique Yvon pour faire marcher sur Mac 936 #ifdef __MWERKS__ 941 #include <stdio.h> 942 #include <stdlib.h> 937 943 static long mktempMemory=0; 938 944 char * mktemp(char * Filename) -
trunk/SophyaLib/HiStats/xntuple.h
r829 r835 16 16 #include <list> 17 17 #include <map> 18 19 #ifdef __MWERKS__20 #include <stdio.h>21 #include <stdlib.h>22 char * mktemp(char * Filename);23 #endif24 18 25 19 #include "ntupintf.h"
Note:
See TracChangeset
for help on using the changeset viewer.