Changeset 986f2e in git for Singular/febase.cc


Ignore:
Timestamp:
Apr 28, 1998, 3:12:09 PM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c702d2469ac6ba4678263e967fa6f7e45dea3a9b
Parents:
5aa83d187890c757e7a51eeb5df543d235f5b4bb
Message:
* hannes: moved static int for mac to top of febase.cc


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

Legend:

Unmodified
Added
Removed
  • Singular/febase.cc

    r5aa83d1 r986f2e  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: febase.cc,v 1.34 1998-04-28 09:00:46 pohl Exp $ */
     4/* $Id: febase.cc,v 1.35 1998-04-28 13:12:09 Singular Exp $ */
    55/*
    66* ABSTRACT: i/o system
     
    6060char *  feErrors=NULL;
    6161int     feErrorsLen=0;
     62
     63#ifdef macintosh
     64static  int lines = 0;
     65static  int cols = 0;
     66#endif
    6267
    6368const char feNotImplemented[]="not implemented";
     
    503508
    504509#ifdef macintosh
    505 static  int lines = 0;
    506 static  int cols = 0;
    507510void mwrite(uchar c)
    508511{
Note: See TracChangeset for help on using the changeset viewer.