Ignore:
Timestamp:
2017-10-10T18:58:49Z (7 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
04ba110
Parents:
33f86a3
Message:

Kill U/INTN_C().

It's only used in one place and its practical usefulness is nonexistent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/include/arch/types.h

    r33f86a3 ra4fb8d60  
    5555} __attribute__((may_alias)) fncptr_t;
    5656
    57 #define INTN_C(c)   INT64_C(c)
    58 #define UINTN_C(c)  UINT64_C(c)
    59 
    6057#define PRIdn  PRId64  /**< Format for native_t. */
    6158#define PRIun  PRIu64  /**< Format for sysarg_t. */
Note: See TracChangeset for help on using the changeset viewer.