Changeset 03b1cd1 in git


Ignore:
Timestamp:
Apr 28, 1998, 10:45:22 AM (26 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
e835e95549bd9b2158f8e244ac44d9d2ef907ef8
Parents:
1c452caf2dd321421b2137170c8c375f2b869e74
Message:
macintosh --> __MWERKS__


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

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r1c452c r03b1cd1  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.42 1998-04-27 15:00:50 krueger Exp $ */
     4/* $Id: extra.cc,v 1.43 1998-04-28 08:45:22 pohl Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    1313#include "mod2.h"
    1414
    15 #ifndef macintosh
     15#ifndef __MWERKS__
    1616#ifdef TIME_WITH_SYS_TIME
    1717# include <time.h>
     
    201201    else
    202202/*==================== sh ==================================*/
    203     #ifndef macintosh
     203    #ifndef __MWERKS__
    204204    if(strcmp((char*)(h->Data()),"sh")==0)
    205205    {
     
    277277/*==================== pid ==================================*/
    278278    #ifndef MSDOS
    279     #ifndef macintosh
     279    #ifndef __MWERKS__
    280280    if (strcmp((char*)(h->Data()),"pid")==0)
    281281    {
     
    305305    else
    306306/*==================== tty ==================================*/
    307     #ifndef macintosh
     307    #ifndef __MWERKS__
    308308    #ifndef MSDOS
    309309    #if defined(HAVE_FEREAD) || defined(HAVE_READLINE)
     
    467467#endif
    468468/*==================== alarm ==================================*/
    469 #ifndef macintosh
     469#ifndef __MWERKS__
    470470#ifndef MSDOS
    471471#ifndef atarist
Note: See TracChangeset for help on using the changeset viewer.