Changeset 4dfcb1 in git for factory/algext.cc


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/algext.cc

    r958fc4 r4dfcb1  
     1#include "factoryconf.h"
     2
     3#ifdef HAVE_CSTDIO
     4#include <cstdio>
     5#else
    16#include <stdio.h>
     7#endif
     8#ifdef HAVE_IOSTREAM_H
    29#include <iostream.h>
    3 #include <config.h>
     10#else
     11#include <iostream>
     12#endif
    413
    514#include "cf_defs.h"
Note: See TracChangeset for help on using the changeset viewer.