Ignore:
Timestamp:
Oct 19, 2023, 7:35:24 PM (9 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
0803ead, 1b0184b
Parents:
e0dc038
Message:

remove ISTYPE_VOID and ISTYPE_VOID_IMPL, and ends for input

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/fstream.cfa

    re0dc038 rf842032  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Oct 17 08:38:49 2023
    13 // Update Count     : 544
     12// Last Modified On : Wed Oct 18 22:05:54 2023
     13// Update Count     : 549
    1414//
    1515
     
    230230void nlOff( ifstream & os ) { os.nlOnOff$ = false; }
    231231
    232 void ends( ifstream & is ) {}
    233 
    234232bool eof( ifstream & is ) { return feof( (FILE *)(is.file$) ) != 0; }
    235233
Note: See TracChangeset for help on using the changeset viewer.