Changeset 41bcd7 in git


Ignore:
Timestamp:
Apr 8, 1998, 3:18:18 PM (25 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
Children:
af191b958ee3fe3243b1c9364cbf7700930e02ba
Parents:
b994f697e8945275c9cdcc48299751c3a7c02a1a
Message:
substitute macintosh by __MWERKS__


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

Legend:

Unmodified
Added
Removed
  • Singular/claptmpl.cc

    rb994f69 r41bcd7  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: claptmpl.cc,v 1.13 1998-04-06 12:24:19 schmidt Exp $
     5// $Id: claptmpl.cc,v 1.14 1998-04-08 13:18:18 pohl Exp $
    66/*
    77* ABSTRACT - instantiation of all templates
     
    1616
    1717#if defined(HAVE_FACTORY) || defined(HAVE_FGLM)
    18   #ifdef macintosh
    19     #include <:templates:ftmpl_list.cc>
    20   #else
    21     #include <templates/ftmpl_list.cc>
    22   #endif
    23 
     18  #include <templates/ftmpl_list.cc>
    2419  #ifdef HAVE_FGLM
    2520    #include "fglm.h"
     
    2722
    2823  #ifdef HAVE_FACTORY
    29     #ifdef macintosh
    30       #include <:templates:ftmpl_array.cc>
    31       #include <:templates:ftmpl_factor.cc>
    32       #include <:templates:ftmpl_functions.h>
    33       #include <:templates:ftmpl_matrix.cc>
     24    #include <templates/ftmpl_array.cc>
     25    #include <templates/ftmpl_factor.cc>
     26    #include <templates/ftmpl_functions.h>
     27    #include <templates/ftmpl_matrix.cc>
     28    #ifdef __MWERKS__
    3429      template List<CanonicalForm> Difference<CanonicalForm>(const List<CanonicalForm>&,const List<CanonicalForm>&);
    3530      template List<CanonicalForm> Union<CanonicalForm>(const List<CanonicalForm>&,const List<CanonicalForm>&);
     
    3732      template List<Variable> Union<Variable> ( const List<Variable>&, const List<Variable>& );
    3833      template List<Variable> Difference<Variable> ( const List<Variable>&, const List<Variable>& );
    39     #else
    40       #include <templates/ftmpl_array.cc>
    41       #include <templates/ftmpl_factor.cc>
    42       #include <templates/ftmpl_functions.h>
    43       #include <templates/ftmpl_matrix.cc>
    4434    #endif
    4535
     
    5949    template class Array<REvaluation>;
    6050
    61     #ifndef macintosh
     51    #ifndef __MWERKS__
    6252      template List<CFFactor> Union ( const List<CFFactor>&, const List<CFFactor>& );
    6353
     
    134124    template class ListIterator<Variable> ;
    135125
    136     #ifndef macintosh
     126    #ifndef __MWERKS__
    137127      template List<Variable> Union ( const List<Variable>&, const List<Variable>& );
    138128      template List<Variable> Difference ( const List<Variable>&, const List<Variable>& );
Note: See TracChangeset for help on using the changeset viewer.