Changeset e3cab3 in git for Singular/fglmgauss.cc


Ignore:
Timestamp:
Apr 8, 1998, 2:14:07 PM (26 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
41e149d29e021987bb189509b26919708bad6e45
Parents:
99cfcba795ebe458e864dea1374dafda993d2601
Message:
substitute macintosh by __MWERKS__


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

Legend:

Unmodified
Added
Removed
  • Singular/fglmgauss.cc

    r99cfcba re3cab3  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fglmgauss.cc,v 1.5 1998-01-27 16:47:29 pohl Exp $
     2// $Id: fglmgauss.cc,v 1.6 1998-04-08 12:12:43 pohl Exp $
    33
    44/****************************************
     
    3232        newfac= NULL;
    3333    }
    34 #ifdef macintosh
     34#ifdef __MWERKS__
    3535    void mac_gaussElem( const fglmVector newv, const fglmVector newp, number & newpdenom, number & newfac )
    3636    {
     
    170170   
    171171    pivot= nCopy( v.getconstelem( pivotcol ) );
    172 #ifdef macintosh
     172#ifdef __MWERKS__
    173173    elems[size].mac_gaussElem( v, p, pdenom, pivot );
    174174#else
Note: See TracChangeset for help on using the changeset viewer.