Changeset 9c756f in git


Ignore:
Timestamp:
Apr 28, 1998, 11:53:19 AM (26 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b73ca4f308dfeb52e08d83d87b6676a5ed71b08b
Parents:
658488c34b925e3203fa73119edd5c94edac978d
Message:
version for Metrowerks


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

Legend:

Unmodified
Added
Removed
  • Singular/tesths.cc

    r658488c r9c756f  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: tesths.cc,v 1.35 1998-04-24 16:39:26 Singular Exp $ */
     4/* $Id: tesths.cc,v 1.36 1998-04-28 09:53:19 pohl Exp $ */
    55
    66/*
     
    88*/
    99
    10 #ifndef macintosh
    1110#include <unistd.h>
    12 #endif
    1311#include <string.h>
    1412#include <stdio.h>
     
    3331#endif
    3432
    35 #include <getopt.h>
     33#include "getopt.h"
    3634
    3735// define the long option names here
     
    267265#endif
    268266#ifdef GENTABLE
    269   extern ttGen1();
    270   extern ttGen2();
    271   #ifndef macintosh
     267  extern void ttGen1();
     268  extern void ttGen2();
     269  #ifndef __MWERKS__
    272270    extern mpsr_ttGen(); // For initialization of (CMD, MP_COP) tables
    273271    mpsr_ttGen();
     
    488486  if (!feBatch)
    489487  {
    490 #ifdef macintosh
     488#ifdef __MWERKS__
    491489    memcpy(stderr,stdout,sizeof(FILE));
    492490#else
Note: See TracChangeset for help on using the changeset viewer.