mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-21 19:15:49 +00:00
avoid typedef
SCCS-file: difftime.c SCCS-SID: 7.4
This commit is contained in:
committed by
Paul Eggert
parent
c0d65dc25d
commit
951432c622
@ -13,10 +13,10 @@ static char elsieid[] = "%W%";
|
||||
*/
|
||||
|
||||
#ifdef HAVE_LONG_DOUBLE
|
||||
typedef long double long_double;
|
||||
#define long_double long double
|
||||
#endif /* defined HAVE_LONG_DOUBLE */
|
||||
#ifndef HAVE_LONG_DOUBLE
|
||||
typedef double long_double;
|
||||
#define long_double double
|
||||
#endif /* !defined HAVE_LONG_DOUBLE */
|
||||
|
||||
double
|
||||
|
||||
Reference in New Issue
Block a user