Changeset 09ee131


Ignore:
Timestamp:
Jan 20, 2021, 8:36:37 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
f706697
Parents:
f28fdee
Message:

formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/stdlib.hfa

    rf28fdee r09ee131  
    1010// Created On       : Thu Jan 28 17:12:35 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat Jan 16 09:07:10 2021
    13 // Update Count     : 568
     12// Last Modified On : Mon Jan 18 21:51:13 2021
     13// Update Count     : 569
    1414//
    1515
     
    270270static inline forall( dtype T | sized(T), ttype TT | { void ?{}( T &, TT ); } )
    271271T * new( TT p ) {
    272         return &(*(T *)malloc()){ p };                                                  // run constructor
     272        return &(*(T *)malloc()){ p };                                          // run constructor
    273273} // new
    274274
Note: See TracChangeset for help on using the changeset viewer.