Put RINT defs in config.h

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13420 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2002-04-11 02:18:13 +00:00
parent 31869f6fd6
commit 37f98cebdf
5 changed files with 29 additions and 18 deletions

View file

@ -38,13 +38,6 @@
#include <AppKit/NSScrollView.h>
#include <AppKit/PSOperators.h>
#ifndef HAVE_RINT
static double rint(double a)
{
return (floor(a+0.5));
}
#endif
#define MIN_LABEL_DISTANCE 40
#define MIN_MARK_DISTANCE 5