genericopenlibs/openenvcore/libc/inc/gdtoa.h
branchCompilerCompatibility
changeset 13 ef48f5dc1b7f
parent 0 e4d67989cc36
equal deleted inserted replaced
12:8f46d5fb6bec 13:ef48f5dc1b7f
    41 #include "arith.h"
    41 #include "arith.h"
    42 
    42 
    43 #ifndef Long
    43 #ifndef Long
    44 #define Long long
    44 #define Long long
    45 #endif
    45 #endif
    46 #ifndef ULong
    46 #ifndef ULong_DEF
       
    47 #define ULong_DEF
    47 typedef unsigned Long ULong;
    48 typedef unsigned Long ULong;
    48 #endif
    49 #endif
    49 #ifndef UShort
    50 #ifndef UShort
    50 typedef unsigned short UShort;
    51 typedef unsigned short UShort;
    51 #endif
    52 #endif