Changeset 049c4f in git for factory/timing.h


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/timing.h

    r3603db r049c4f  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: timing.h,v 1.5 1998-03-17 13:26:12 schmidt Exp $ */
     2/* $Id: timing.h,v 1.6 1998-06-03 12:52:00 pohl Exp $ */
    33
    44/* It should be possible to include this file multiple times for different */
     
    1414#ifdef TIMING
    1515#include <time.h>
    16 #ifndef WINNT
     16#if defined(WINNT) && ! defined(__GNUC__)
    1717#include <sys/times.h>
    1818#include <sys/param.h>
     
    3636#endif
    3737
    38 #ifdef WINNT
     38#if defined(WINNT) && ! defined(__GNUC__)
    3939
    4040#define TIMING_START(t) { clock_t timing_ ## t ## _start, timing_ ## t ## _end; \
Note: See TracChangeset for help on using the changeset viewer.