Changeset 835 in Sophya for trunk/SophyaLib/HiStats


Ignore:
Timestamp:
Apr 7, 2000, 12:52:11 PM (25 years ago)
Author:
ansari
Message:

Recorrection mktemp() pour Mac ds XNTuple - Reza 7/4/2000

Location:
trunk/SophyaLib/HiStats
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/xntuple.cc

    r829 r835  
    3535long int  XNTuple::NbNT = 0 ;
    3636
     37#ifdef __MWERKS__
     38// mktemp() non connu sur Mac (?)  - Dominique Yvon / R. Ansari
     39char * mktemp(char * Filename);
     40#endif
    3741
    3842NTBlk::NTBlk(int ndvar, int nfvar, int nivar, int nsvar, int strsz, int sz)
     
    933937
    934938
     939#ifdef __MWERKS__
    935940// Bricolo Dominique Yvon pour faire marcher sur Mac
    936 #ifdef __MWERKS__
     941#include <stdio.h>
     942#include <stdlib.h>
    937943        static long mktempMemory=0;
    938944        char * mktemp(char * Filename)
  • trunk/SophyaLib/HiStats/xntuple.h

    r829 r835  
    1616#include <list>
    1717#include <map>
    18 
    19 #ifdef __MWERKS__
    20         #include <stdio.h>
    21         #include <stdlib.h>
    22         char * mktemp(char * Filename);
    23 #endif
    2418
    2519#include "ntupintf.h"
Note: See TracChangeset for help on using the changeset viewer.