Changeset b12e4ad for libcfa/src/gmp.hfa


Ignore:
Timestamp:
Aug 2, 2024, 9:08:58 AM (38 hours ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
4db0140
Parents:
c141c09
Message:

add stream parameter to OSTYPE_VOID_IMPL macro and update all macro calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/gmp.hfa

    rc141c09 rb12e4ad  
    1010// Created On       : Tue Apr 19 08:43:43 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Jul 18 11:04:54 2023
    13 // Update Count     : 35
     12// Last Modified On : Fri Aug  2 07:41:25 2024
     13// Update Count     : 36
    1414//
    1515
     
    268268                        return os;
    269269                } // ?|?
    270                 OSTYPE_VOID_IMPL( Int )
     270                OSTYPE_VOID_IMPL( os, Int )
    271271        } // distribution
    272272} // distribution
Note: See TracChangeset for help on using the changeset viewer.