Changeset 48ce9a in git for Singular/mpsr_Tok.cc


Ignore:
Timestamp:
Jul 27, 2005, 11:59:27 AM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
58ac0853e446e66c1775b4ecbc279060079c866a
Parents:
dcb1b7234585e33f2aa5d87adfdbc154c0cd591e
Message:
*hannes: removed MWERKS and macintosh (Mac 9) code


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

Legend:

Unmodified
Added
Removed
  • Singular/mpsr_Tok.cc

    rdcb1b7 r48ce9a  
    33****************************************/
    44
    5 /* $Id: mpsr_Tok.cc,v 1.30 2001-08-27 14:47:17 Singular Exp $ */
     5/* $Id: mpsr_Tok.cc,v 1.31 2005-07-27 09:59:27 Singular Exp $ */
    66
    77/***************************************************************
     
    580580
    581581// simply touch mpsr_Tok.inc so that Make does not get confused
    582 #if !defined(macintosh) && !defined(HPUX_9)
     582#if !defined(HPUX_9)
    583583extern "C" int system(char *);
    584584#else
     
    588588void mpsr_ttGen()
    589589{
    590 #ifndef macintosh
    591590  system("touch mpsr_Tok.inc");
    592 #else
    593   // simulate touch on a macintosh
    594   FILE *fd = fopen("mpsr_Tok.inc", "w");
    595   close(fd);
     591}
    596592#endif
    597 }
    598 #endif
    599593
    600594#endif // HAVE_MPSR
Note: See TracChangeset for help on using the changeset viewer.