Various fixes, Frith-MacDonald, others.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2805 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 1998-05-29 15:25:41 +00:00
parent bc4aeb0fcc
commit 4fa6aaea41
26 changed files with 536 additions and 154 deletions

View file

@ -6,7 +6,7 @@
#define N 20
#if (sun && __svr4__) || defined(__hpux) || defined(_SEQUENT_)
#if defined(__svr4__) || defined(__hpux) || defined(_SEQUENT_)
long lrand48();
#define random lrand48
#else