Ignore:
Timestamp:
Jul 14, 2024, 6:00:32 PM (5 days ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
d796be70, eb5dbfd
Parents:
2e6b2a0
Message:

change order of ungetc parameters to harmonize with C ungetc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/strstream.cfa

    r2e6b2a0 ra1a1f37d  
    1010// Created On       : Thu Apr 22 22:24:35 2021
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Aug 18 10:42:49 2023
    13 // Update Count     : 112
     12// Last Modified On : Fri Jul 12 05:45:47 2024
     13// Update Count     : 113
    1414//
    1515
     
    166166} // fmt
    167167
    168 istrstream &ungetc( istrstream & is, char c ) {
     168istrstream &ungetc( char c, istrstream & is ) {
    169169        // if ( ungetc( c, (FILE *)(is.file$) ) == EOF ) {
    170170        //      abort | IO_MSG "ungetc" | nl | strerror( errno );
Note: See TracChangeset for help on using the changeset viewer.