Changeset c635047 for libcfa/src/gmp.hfa


Ignore:
Timestamp:
Jul 18, 2023, 4:41:12 PM (10 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
49caf644
Parents:
5454d77
git-author:
Peter A. Buhr <pabuhr@…> (07/18/23 16:38:58)
git-committer:
Peter A. Buhr <pabuhr@…> (07/18/23 16:41:12)
Message:

more convertion to new void-creation stream macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/gmp.hfa

    r5454d77 rc635047  
    1010// Created On       : Tue Apr 19 08:43:43 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Jun 29 09:43:30 2023
    13 // Update Count     : 33
     12// Last Modified On : Tue Jul 18 11:04:54 2023
     13// Update Count     : 35
    1414//
    1515
     
    268268                        return os;
    269269                } // ?|?
    270 
    271                 void ?|?( ostype & os, Int mp ) {
    272                         (ostype)(os | mp); ends( os );
    273                 } // ?|?
     270                OSTYPE_VOID_IMPL( Int )
    274271        } // distribution
    275272} // distribution
Note: See TracChangeset for help on using the changeset viewer.