Changeset 049c4f in git for factory/int_poly.cc


Ignore:
Timestamp:
Jun 3, 1998, 2:52:20 PM (26 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d6c6d7f64c291337cc68eaed3ced13025a86c1e3
Parents:
3603db44677297d7cb664c27c4622c4a02261a4a
Message:
	* timing.h, readcf.y, int_poly.cc, imm.h: test on WINNT
	  disabled with gcc


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

Legend:

Unmodified
Added
Removed
  • factory/int_poly.cc

    r3603db r049c4f  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: int_poly.cc,v 1.10 1998-03-17 15:56:31 schmidt Exp $ */
     2/* $Id: int_poly.cc,v 1.11 1998-06-03 12:51:22 pohl Exp $ */
    33
    44#include <config.h>
     
    66#ifndef NOSTREAMIO
    77#include <string.h>
    8 #ifdef WINNT
     8#if defined(WINNT) && ! defined(__GNUC__)
    99#include <strstrea.h>
    1010#else
Note: See TracChangeset for help on using the changeset viewer.