Ignore:
Timestamp:
Jan 21, 2021, 1:05:59 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
7b91c0e
Parents:
12b4ab4
Message:

Reverted change that leads to infinite errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/iostream.cfa

    r12b4ab4 r1adab3e  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat Jan 16 11:24:50 2021
    13 // Update Count     : 1131
     12// Last Modified On : Mon Aug 24 08:31:35 2020
     13// Update Count     : 1130
    1414//
    1515
     
    397397        ostype & nlOff( ostype & os ) {
    398398                nlOff( os );                                                                    // call void returning
    399                 return os;
    400         } // nlOff
    401 
    402         ostype & acquire( ostype & os ) {
    403                 acquire( os );                                                                  // call void returning
    404399                return os;
    405400        } // nlOff
Note: See TracChangeset for help on using the changeset viewer.