Ignore:
Timestamp:
Jul 3, 2020, 7:19:17 PM (4 years ago)
Author:
coas-nagasima
Message:

ASP3, TINET, mbed を更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/asp3_dcre/arch/gcc/tool_stddef.h

    r321 r429  
    55 *  Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
    66 *                              Toyohashi Univ. of Technology, JAPAN
    7  *  Copyright (C) 2004-2011 by Embedded and Real-Time Systems Laboratory
     7 *  Copyright (C) 2004-2018 by Embedded and Real-Time Systems Laboratory
    88 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    99 *
     
    9090 *
    9191 *  TOPPERS_STDINT_TYPE1: char/short/int/long longのビット長がそれぞれ
    92  *                        8/16/32/64ビットで,ポインタのビット長がlong
    93  *                        のビット長と一致する場合
     92 *                        8/16/32/64ビットで,size_tとポインタのビット
     93 *                        長がlongのビット長と一致する場合
    9494 */
    9595#ifdef TOPPERS_STDINT_TYPE1
     
    177177#define INT_LEAST8_MIN          INT8_MIN
    178178#define UINT_LEAST8_MAX         INT8_MAX
     179
     180#define SIZE_MAX                        ULONG_MAX
    179181
    180182#endif /* TOPPERS_STDINT_TYPE1 */
Note: See TracChangeset for help on using the changeset viewer.