Changeset e4fe2b in git for factory/variable.h


Ignore:
Timestamp:
Aug 23, 2011, 9:17:33 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
72ebdb01e4821ac45cbf1e8065cb15515ef1b391
Parents:
fbb01737147ed8f605c88489320c73e975833f32
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-23 21:17:33+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:25+01:00
Message:
FIX: Fixed huge BUG in cf_gmp.h
CHG: starting to cleanup factory
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/variable.h

    rfbb0173 re4fe2b  
    55#define INCL_VARIABLE_H
    66
    7 #include <config.h>
     7// #include "config.h"
    88
    99#ifndef NOSTREAMIO
    10 #ifdef HAVE_IOSTREAM
    11 #include <iostream>
    12 #define OSTREAM std::ostream
    13 #elif defined(HAVE_IOSTREAM_H)
    14 #include <iostream.h>
    15 #define OSTREAM ostream
    16 #endif
     10# ifdef HAVE_IOSTREAM
     11#  include <iostream>
     12#  define OSTREAM std::ostream
     13# elif defined(HAVE_IOSTREAM_H)
     14#  include <iostream.h>
     15#  define OSTREAM ostream
     16# endif
    1717#endif /* NOSTREAMIO */
    1818
     
    6969    }
    7070#ifndef NOSTREAMIO
    71     friend OSTREAM & operator << ( OSTREAM & os, const Variable & v );
     71   friend OSTREAM & operator << ( OSTREAM & os, const Variable & v );
    7272#endif /* NOSTREAMIO */
    7373    friend void swap_levels();
Note: See TracChangeset for help on using the changeset viewer.