X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/c080c887f9304819f3df80195ed3670680e3f05c..d28d625a0957b9a371570f020ece3d87274af68b:/limlee.c?ds=sidebyside diff --git a/limlee.c b/limlee.c index a25c034..705a2f1 100644 --- a/limlee.c +++ b/limlee.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: limlee.c,v 1.1 2000/07/09 21:30:58 mdw Exp $ + * $Id: limlee.c,v 1.2 2000/07/26 18:00:00 mdw Exp $ * * Generate Lim-Lee primes * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: limlee.c,v $ + * Revision 1.2 2000/07/26 18:00:00 mdw + * No footer line! + * * Revision 1.1 2000/07/09 21:30:58 mdw * Lim-Lee prime generation. * @@ -330,3 +333,4 @@ fail: return (0); } +/*----- That's all, folks -------------------------------------------------*/