* Source/NSAnimation.m: Removed static INLINE declaration from

nsanimation_progressMarkSorter function so that it will compile
	properly on versions of gcc prior to 4.1.2.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24972 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
gcasa 2007-04-10 02:42:47 +00:00
parent 6c03eac7b8
commit 4b4feafa33
2 changed files with 13 additions and 6 deletions

View file

@ -83,7 +83,7 @@ _NSAnimationCurveDesc *_gs_animationCurveDesc
- (NSAnimationProgress) _gs_curveShift;
@end
static INLINE NSComparisonResult
NSComparisonResult
nsanimation_progressMarkSorter( NSAnimationProgress first,NSAnimationProgress second)
{
float diff = first - second;