- Timestamp:
- Apr 28, 1998, 10:57:23 AM (26 years ago)
- Branches:
- (u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
- Children:
- 255b08968b7a01255e80905954a8cbf3f861c155
- Parents:
- e835e95549bd9b2158f8e244ac44d9d2ef907ef8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/febase.inc
re835e9 r647b6d9 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: febase.inc,v 1. 6 1998-04-07 17:50:20 SingularExp $ */4 /* $Id: febase.inc,v 1.7 1998-04-28 08:57:23 pohl Exp $ */ 5 5 /* 6 6 * ABSTRACT: handling of 'voices' … … 558 558 } 559 559 560 #ifdef __MWERKS__ 561 #ifdef __cplusplus 562 extern "C" { 563 #endif 564 #ifdef macintosh 565 int isatty(int filedes); 566 #else 567 int _isatty(int filedes); 568 #define isatty _isatty 569 #endif /* macintosh */ 570 #ifdef __cplusplus 571 } 572 #endif 573 #endif 560 574 /*2 561 575 * init all data structures
Note: See TracChangeset
for help on using the changeset viewer.