Changeset 835 in Sophya for trunk/SophyaLib/HiStats/xntuple.cc
- Timestamp:
- Apr 7, 2000, 12:52:11 PM (25 years ago)
- File:
-
- 1 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)
Note:
See TracChangeset
for help on using the changeset viewer.