Changeset b973c0 in git for factory/cf_primes.cc


Ignore:
Timestamp:
Apr 7, 1997, 6:24:16 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d754b755dbf078bffb02659adfeb40a5391bc187
Parents:
5eb9e027986fd06812e858ff3c458b5786c87781
Message:
#include <config.h> added


git-svn-id: file:///usr/local/Singular/svn/trunk@136 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_primes.cc

    r5eb9e0 rb973c0  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: cf_primes.cc,v 1.3 1996-06-18 12:14:37 stobbe Exp $
     2// $Id: cf_primes.cc,v 1.4 1997-04-07 16:08:15 schmidt Exp $
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.3  1996/06/18 12:14:37  stobbe
     7"smallprimes and bigprimes are now stored in cf_primetab.h.
     8minor changes in all functions.
     9"
     10
    611Revision 1.2  1996/06/18 06:53:42  stobbe
    712"Now stores more prime numbers.
     
    1823*/
    1924
     25#include <config.h>
     26
    2027#include "assert.h"
     28
    2129#include "cf_defs.h"
    2230#include "cf_globals.h"
Note: See TracChangeset for help on using the changeset viewer.