Changeset 647b6d9 in git for Singular/febase.inc


Ignore:
Timestamp:
Apr 28, 1998, 10:57:23 AM (26 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
255b08968b7a01255e80905954a8cbf3f861c155
Parents:
e835e95549bd9b2158f8e244ac44d9d2ef907ef8
Message:
isatty for Metrowerks


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

Legend:

Unmodified
Added
Removed
  • Singular/febase.inc

    re835e9 r647b6d9  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: febase.inc,v 1.6 1998-04-07 17:50:20 Singular Exp $ */
     4/* $Id: febase.inc,v 1.7 1998-04-28 08:57:23 pohl Exp $ */
    55/*
    66* ABSTRACT: handling of 'voices'
     
    558558}
    559559
     560#ifdef __MWERKS__
     561#ifdef __cplusplus
     562extern "C" {
     563#endif
     564#ifdef macintosh
     565int    isatty(int filedes);
     566#else
     567int    _isatty(int filedes);
     568#define isatty  _isatty
     569#endif /* macintosh */
     570#ifdef __cplusplus
     571}
     572#endif
     573#endif
    560574/*2
    561575* init all data structures
Note: See TracChangeset for help on using the changeset viewer.