Changeset 97f004 in git for Singular/fglmvec.cc


Ignore:
Timestamp:
May 19, 1998, 11:48:51 AM (26 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6ab5b1ea6008656f2868d8ce72434f8a16df99bd
Parents:
480cefb0e97369b8fa992141df1c4d2076bef283
Message:
__MWERKS__ => __NO_CONSTR__


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

Legend:

Unmodified
Added
Removed
  • Singular/fglmvec.cc

    r480cef r97f004  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fglmvec.cc,v 1.7 1998-04-08 12:13:21 pohl Exp $
     2// $Id: fglmvec.cc,v 1.8 1998-05-19 09:45:02 pohl Exp $
    33
    44/****************************************
     
    143143        delete rep;
    144144}
    145 #ifdef __MWERKS__
     145#ifdef __NO_CONSTR__
    146146void
    147147fglmVector::mac_constr( const fglmVector & v)
Note: See TracChangeset for help on using the changeset viewer.