Changeset 4dfcb1 in git for factory/timing.h


Ignore:
Timestamp:
Aug 20, 2008, 3:35:55 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
31fa9f83e4c375260f32fcc2cfcad81117dc57ed
Parents:
958fc4c196033ed13fa3c57d13db44f660cf3fa8
Message:
*hannes: cstdio


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

Legend:

Unmodified
Added
Removed
  • factory/timing.h

    r958fc4 r4dfcb1  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: timing.h,v 1.7 1998-06-12 14:29:51 schmidt Exp $ */
     2/* $Id: timing.h,v 1.8 2008-08-20 13:35:55 Singular Exp $ */
    33
    44/* It should be possible to include this file multiple times for different */
     
    1818#include <sys/param.h>
    1919#endif
     20#ifdef HAVE_CSTDIO
     21#include <cstdio>
     22#else
    2023#include <stdio.h>
     24#endif
    2125
    2226// need to be adjusted on your machine:
Note: See TracChangeset for help on using the changeset viewer.