Changeset 18b6a88 in mainline for uspace/app/tester/float/float2.c


Ignore:
Timestamp:
2018-04-15T09:35:04Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c1f44ca
Parents:
8ebe212
Message:

More ccheck fixes, sometimes with manual intervention.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/float/float2.c

    r8ebe212 r18b6a88  
    209209{
    210210        bool fail = false;
    211 if (0) {
     211#if 0
    212212        for (unsigned int i = 0; i < OPERANDS; i++) {
    213213                double res = acos(arguments_acos[i]);
     
    249249                }
    250250        }
    251 }
     251#endif
    252252        for (unsigned int i = 0; i < OPERANDS; i++) {
    253253                double res = atan(arguments_atan[i]);
Note: See TracChangeset for help on using the changeset viewer.