Changeset fe8859f in git


Ignore:
Timestamp:
Jun 12, 1998, 4:29:51 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a472b9673f1ba8733c829844fa29961d00f8591b
Parents:
9cf7815c2639acfc6d3fb5b68b1608f6e1e78dc5
Message:
	* timing.h: bug fix.  Test on `WINNT' negated.


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

Legend:

Unmodified
Added
Removed
  • factory/timing.h

    r9cf7815 rfe8859f  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: timing.h,v 1.6 1998-06-03 12:52:00 pohl Exp $ */
     2/* $Id: timing.h,v 1.7 1998-06-12 14:29:51 schmidt Exp $ */
    33
    44/* It should be possible to include this file multiple times for different */
     
    1414#ifdef TIMING
    1515#include <time.h>
    16 #if defined(WINNT) && ! defined(__GNUC__)
     16#if ! defined(WINNT) || defined(__GNUC__)
    1717#include <sys/times.h>
    1818#include <sys/param.h>
Note: See TracChangeset for help on using the changeset viewer.