Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/fstream

    rbb82c03 r17e5e2b  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // fstream --
     7// fstream -- 
    88//
    99// Author           : Peter A. Buhr
     
    1313// Update Count     : 88
    1414//
     15
     16#ifdef __CFORALL__
    1517
    1618#ifndef __FSTREAM_H__
     
    6264#endif // __FSTREAM_H__
    6365
     66#else
     67#include_next <fstream>
     68#endif //__CFORALL__
     69
    6470// Local Variables: //
    6571// mode: c //
    6672// tab-width: 4 //
    6773// End: //
     74
Note: See TracChangeset for help on using the changeset viewer.