Changeset 517 in Sophya for trunk/SophyaLib/NTools


Ignore:
Timestamp:
Oct 26, 1999, 3:45:05 PM (26 years ago)
Author:
ansari
Message:

no message

Location:
trunk/SophyaLib/NTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/datime.c

    r244 r517  
    55#include <ctype.h>
    66#include <math.h>
     7#ifdef __MWERKS__
     8   #include "mwerksmath.h"
     9//   #include "unixmac.h"
     10#endif
    711
    812#define DATIMEPRIVEE
  • trunk/SophyaLib/NTools/nbrandom.h

    r244 r517  
    77#include "machdefs.h"
    88#include <stdlib.h>
    9 #ifdef __mac__
    10 #include <unixmac.h>
     9#ifdef __MWERKS__
     10   #include "mwerksmath.h"
     11   #include "unixmac.h"
    1112#endif
    1213
Note: See TracChangeset for help on using the changeset viewer.