Changeset c086c6e


Ignore:
Timestamp:
Jan 13, 2025, 4:21:14 PM (3 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
7aa246cb
Parents:
6a6e205
Message:

move code out of #ifdef

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/prelude/prelude-gen.cc

    r6a6e205 rc086c6e  
    1010// Created On       : Sat Feb 16 08:44:58 2019
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Jan 13 12:00:47 2025
    13 // Update Count     : 54
     12// Last Modified On : Mon Jan 13 14:15:29 2025
     13// Update Count     : 55
    1414//
    1515
     
    5050        { "__float80",                          true,  true,  },
    5151        { "__float128",                         true,  true,  },
     52#endif
    5253        { "_Float128",                          true,  true,  },
    5354        { "_Float128 _Complex",         true,  false, },
    54 #endif
    5555//      { "_Float128x",                         true,  true,  },                // add declarations if type supported
    5656//      { "_Float128x _Complex",        true,  false, },
Note: See TracChangeset for help on using the changeset viewer.