diff --git a/include/inttypes.h b/include/inttypes.h index c3112ba15..dd1ba822b 100644 --- a/include/inttypes.h +++ b/include/inttypes.h @@ -6,7 +6,7 @@ /* */ /* */ /* */ -/* (C) 2002-2009, Ullrich von Bassewitz */ +/* (C) 2002-2011, Ullrich von Bassewitz */ /* Roemerstrasse 52 */ /* D-70794 Filderstadt */ /* EMail: uz@cc65.org */ @@ -52,13 +52,6 @@ -/* Return type of the imaxdiv function (which currently doesn't exist) */ -typedef struct { - intmax_t rem; - intmax_t quot; -} ldiv_t; - - /* Standard functions */ intmax_t __fastcall__ imaxabs (intmax_t val); intmax_t __fastcall__ strtoimax (const char* nptr, char** endptr, int base);