Changeset 181148 in git for factory/imm.h
- Timestamp:
- May 15, 2006, 11:03:07 AM (18 years ago)
- Branches:
- (u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
- Children:
- f0daaa2ae00a1c211020bcbe4eca9c6fe7947a71
- Parents:
- 1dc6163f5dbd22ee9839decb93a02494ac071aca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/imm.h
r1dc616 r181148 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: imm.h,v 1.2 1 2006-05-15 08:17:53Singular Exp $ */2 /* $Id: imm.h,v 1.22 2006-05-15 09:03:05 Singular Exp $ */ 3 3 4 4 #ifndef INCL_IMM_H … … 10 10 #ifdef HAVE_IOSTREAM 11 11 #include <iostream> 12 #define OSTREAM std::ostream 12 13 #elif defined(HAVE_IOSTREAM_H) 13 14 #include <iostream.h> 15 #define OSTREAM ostream 14 16 #endif 15 17 #endif /* NOSTREAMIO */ … … 424 426 //{{{ input/output 425 427 #ifndef NOSTREAMIO 426 inline void imm_print ( ostream& os, const InternalCF * const op, const char * const str )428 inline void imm_print ( OSTREAM & os, const InternalCF * const op, const char * const str ) 427 429 { 428 430 if ( is_imm( op ) == FFMARK )
Note: See TracChangeset
for help on using the changeset viewer.