From: Erwin Janssen Date: Sun, 18 Dec 2016 13:13:35 +0000 (+0100) Subject: Remove `_typ_long_double` define from ast_common.h X-Git-Tag: 2.40.1~2^2~1^2^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28b710d8ce15de034dc5e8bdd2e4c976a1827354;p=graphviz Remove `_typ_long_double` define from ast_common.h This define is never used and can therefore be safely removed. --- diff --git a/ast_common.h.in b/ast_common.h.in index e294f934c..6829a7181 100644 --- a/ast_common.h.in +++ b/ast_common.h.in @@ -17,7 +17,6 @@ /* FIXME - need proper config test for these */ #define _typ_ssize_t 1 /* ssize_t is a type */ -#define _typ_long_double 1 /* long double is a type */ /* */ /* extern symbols must be protected against C++ name mangling */ diff --git a/windows/include/ast_common.h b/windows/include/ast_common.h index ae216ea6c..34901e072 100644 --- a/windows/include/ast_common.h +++ b/windows/include/ast_common.h @@ -21,9 +21,6 @@ #undef _typ_ssize_t #define _typ_ssize_t 0 /* ssize_t is a type */ -#undef _typ_long_double -#define _typ_long_double 1 /* long double is a type */ - /* extern symbols must be protected against C++ name mangling */ #ifndef _BEGIN_EXTERNS_ #if defined(__cplusplus) || defined(c_plusplus)