Changeset 3ea1d93 for libcfa


Ignore:
Timestamp:
Jan 13, 2025, 12:10:01 PM (3 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
a595ab7
Parents:
689d057
Message:

move optional code out of #ifdef

File:
1 edited

Legend:

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

    r689d057 r3ea1d93  
    1010// Created On       : Sat Feb 16 08:44:58 2019
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Jan 12 20:28:33 2025
    13 // Update Count     : 53
     12// Last Modified On : Mon Jan 13 12:00:47 2025
     13// Update Count     : 54
    1414//
    1515
     
    5252        { "_Float128",                          true,  true,  },
    5353        { "_Float128 _Complex",         true,  false, },
     54#endif
    5455//      { "_Float128x",                         true,  true,  },                // add declarations if type supported
    5556//      { "_Float128x _Complex",        true,  false, },
    56 #endif
    5757};
    5858
Note: See TracChangeset for help on using the changeset viewer.