(malloc): Undef before defining, since stdlib.h may have defined it.
[gnulib.git] / lib / hash.c
index 63af151..802a34e 100644 (file)
@@ -1,5 +1,5 @@
 /* hash - hashing table processing.
-   Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
    Written by Jim Meyering, 1992.
 
    This program is free software; you can redistribute it and/or modify
@@ -423,7 +423,7 @@ is_prime (unsigned long candidate)
       divisor++;
     }
 
-  return (candidate % divisor ? true : false)
+  return (candidate % divisor ? true : false);
 }
 
 /* Round a given CANDIDATE number up to the nearest prime, and return that