Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/iostream.hfa

    r3c5dee4 rc4b072c  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat May 11 10:31:27 2019
    13 // Update Count     : 232
     12// Last Modified On : Fri May  3 22:55:04 2019
     13// Update Count     : 230
    1414//
    1515
     
    190190
    191191        // manipulators
     192        istype & nlOn( istype & );
     193        istype & nlOff( istype & );
    192194        istype & ?|?( istype &, istype & (*)( istype & ) );
    193195        istype & nl( istype & is );
    194         istype & nlOn( istype & );
    195         istype & nlOff( istype & );
    196196} // distribution
    197197
     
    215215
    216216// Local Variables: //
     217// mode: c //
    217218// tab-width: 4 //
    218219// End: //
Note: See TracChangeset for help on using the changeset viewer.