Changeset dd19ed in git for factory/ftmpl_inst.cc


Ignore:
Timestamp:
Jun 8, 1998, 5:28:22 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
52b160eaec131ad039a00dc997ff756c7f0d1f6b
Parents:
02ae4d98b3ee2362873bdb40b33f39fd9384701c
Message:
	* ftmpl_inst.cc: test on WINNT disabled with gcc


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

Legend:

Unmodified
Added
Removed
  • factory/ftmpl_inst.cc

    r02ae4d rdd19ed  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ftmpl_inst.cc,v 1.7 1998-04-06 12:35:32 schmidt Exp $ */
     2/* $Id: ftmpl_inst.cc,v 1.8 1998-06-08 15:28:22 schmidt Exp $ */
    33
    44//{{{ docu
     
    6363template List<CFFactor> Union ( const List<CFFactor> &, const List<CFFactor> & );
    6464
    65 #ifndef WINNT
     65#if ! defined(WINNT) || defined(__GNUC__)
    6666template CanonicalForm tmax ( const CanonicalForm &, const CanonicalForm & );
    6767template CanonicalForm tmin ( const CanonicalForm &, const CanonicalForm & );
Note: See TracChangeset for help on using the changeset viewer.