diff --git a/Source/Random.m b/Source/Random.m index 12fb5b22f..2825b7a18 100644 --- a/Source/Random.m +++ b/Source/Random.m @@ -1,5 +1,5 @@ /* Implementation Objective-C object providing randoms in uniform distribution - Copyright (C) 1994, 1995 Free Software Foundation, Inc. + Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. Written by: R. Andrew McCallum Date: July 1994 @@ -33,7 +33,7 @@ #include #include -#define ABS(x) ((x) < 0 ? -x : x) +#define ABS(x) ((x) < 0 ? -x : x) typedef union { float f;