1
0
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:
Arthur David Olson
1994-05-05 08:43:46 -04:00
committed by Paul Eggert
parent c0d65dc25d
commit 951432c622

View File

@ -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