Changeset 99965c5 in git for Singular/tesths.cc


Ignore:
Timestamp:
Jun 17, 1997, 1:53:58 PM (27 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
cfbf231fad8c8e23d9f72e45ec49470c83068282
Parents:
9ad935177576d9011edc974b97d0ef31944b5b86
Message:
* hannes/pohl: changed macintosh stuff
               (grammar.cc misc.cc mminit.cc tesths.cc)


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

Legend:

Unmodified
Added
Removed
  • Singular/tesths.cc

    r9ad935 r99965c5  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: tesths.cc,v 1.17 1997-06-17 10:12:12 obachman Exp $ */
     4/* $Id: tesths.cc,v 1.18 1997-06-17 11:53:58 Singular Exp $ */
    55
    66/*
     
    5959  extern ttGen1();
    6060  extern ttGen2();
    61 #ifndef macintosh 
    62   extern mpsr_ttGen(); // For initialization of (CMD, MP_COP) tables
    63   mpsr_ttGen();
    64 #endif 
     61  #ifndef HAVE_MPSR
     62    extern mpsr_ttGen(); // For initialization of (CMD, MP_COP) tables
     63    mpsr_ttGen();
     64  #endif
    6565  ttGen1();
    6666  ttGen2();
Note: See TracChangeset for help on using the changeset viewer.