Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/fstream.cfa

    rcce4648 r7a1b7e6  
    2222#include <assert.h>
    2323#include <errno.h>                                                                              // errno
    24 
    25 #pragma GCC visibility push(default)
    2624
    2725// *********************************** ofstream ***********************************
     
    120118                // abort | IO_MSG "open output file \"" | name | "\"" | nl | strerror( errno );
    121119        } // if
    122         (os){ file };                                                                           // initialize
     120        (os){ file };                                                                           // initialize 
    123121} // open
    124122
     
    159157        va_list args;
    160158        va_start( args, format );
    161 
     159               
    162160        int len;
    163161    for ( cnt; 10 ) {
     
    243241                // abort | IO_MSG "open input file \"" | name | "\"" | nl | strerror( errno );
    244242        } // if
    245         (is){ file };                                                                           // initialize
     243        (is){ file };                                                                           // initialize 
    246244} // open
    247245
Note: See TracChangeset for help on using the changeset viewer.