X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/7d71fd1a4c2395782a75edc007eab7b34616a433..9312c71ff376dd96fdf970002fd3adb5aeec8db3:/pfilt.c diff --git a/pfilt.c b/pfilt.c index 4b58304..1dc46a1 100644 --- a/pfilt.c +++ b/pfilt.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: pfilt.c,v 1.3 2000/08/15 21:44:27 mdw Exp $ + * $Id: pfilt.c,v 1.4 2000/10/08 12:14:57 mdw Exp $ * * Finding and testing prime numbers * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: pfilt.c,v $ + * Revision 1.4 2000/10/08 12:14:57 mdw + * Remove vestiges of @primorial@. + * * Revision 1.3 2000/08/15 21:44:27 mdw * (pfilt_smallfactor): New function for doing trial division the hard * way. @@ -64,7 +67,6 @@ #include "pfilt.h" #include "pgen.h" #include "primetab.h" -#include "primorial.h" /*----- Main code ---------------------------------------------------------*/