Changeset 986f2e in git
- Timestamp:
- Apr 28, 1998, 3:12:09 PM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- c702d2469ac6ba4678263e967fa6f7e45dea3a9b
- Parents:
- 5aa83d187890c757e7a51eeb5df543d235f5b4bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/febase.cc
r5aa83d1 r986f2e 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: febase.cc,v 1.3 4 1998-04-28 09:00:46 pohlExp $ */4 /* $Id: febase.cc,v 1.35 1998-04-28 13:12:09 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: i/o system … … 60 60 char * feErrors=NULL; 61 61 int feErrorsLen=0; 62 63 #ifdef macintosh 64 static int lines = 0; 65 static int cols = 0; 66 #endif 62 67 63 68 const char feNotImplemented[]="not implemented"; … … 503 508 504 509 #ifdef macintosh 505 static int lines = 0;506 static int cols = 0;507 510 void mwrite(uchar c) 508 511 {
Note: See TracChangeset
for help on using the changeset viewer.