Changeset 384936 in git for omalloc/omtTest.c


Ignore:
Timestamp:
Oct 27, 2000, 5:28:53 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
4e6cf23c897eda44f90c0bfcc95f67254c769fc6
Parents:
beb237cc73d8105ee6170e824d4fd35c9a68218f
Message:
made 64 bit clean


git-svn-id: file:///usr/local/Singular/svn/trunk@4680 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/omtTest.c

    rbeb237 r384936  
    1313int seed;
    1414
    15 #if defined (__hpux) || defined (__alpha)  || defined (__svr4__) || defined (__SVR4)
     15#if defined (__hpux) || defined (__alpha)  || defined (__svr4__) || defined (__SVR4)
     16/* SF1 cosimo.medicis.polytechnique.fr V4.0 1229 alpha works */
     17#if defined (__hpux) || defined (__svr4__) || defined (__SVR4)
    1618/* HPUX lacks random().  DEC OSF/1 1.2 random() returns a double.  */
    1719long mrand48 ();
     
    2628  srand48(seed);
    2729}
     30#endif
    2831#endif
    2932
Note: See TracChangeset for help on using the changeset viewer.