Changeset e9690b6 in mainline for abi/include/_bits/macros.h


Ignore:
Timestamp:
2017-10-25T00:25:10Z (7 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7c50de5a
Parents:
1c95fd0
Message:

Allow disabling intmax_t in downstream code (used in coastline).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abi/include/_bits/macros.h

    r1c95fd0 re9690b6  
    578578#endif
    579579
     580#ifndef __HELENOS_DISABLE_INTMAX__
     581
    580582#if !defined(__INTMAX_TYPE__) || !defined(__INTMAX_MAX__)
    581583#error HelenOS expects __INTMAX_TYPE__ and __INTMAX_MAX__ \
     
    640642#define __SCNxMAX__  "jx"
    641643
     644#endif  /* __HELENOS_DISABLE_INTMAX__ */
     645
    642646#ifndef __SIZEOF_FLOAT__
    643647#error HelenOS expects __SIZEOF_FLOAT__ to be defined.
Note: See TracChangeset for help on using the changeset viewer.