From: Erwin Janssen Date: Mon, 31 Oct 2016 20:13:09 +0000 (+0100) Subject: Remove definition of `_proto_stdc` X-Git-Tag: 2.42.0~229^2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cde4802441f7d7e6bc2049f887b49e03e2f9b67a;p=graphviz Remove definition of `_proto_stdc` This definition is no longer used and can be safely removed. --- diff --git a/ast_common.h.in b/ast_common.h.in index 808f5fb02..b01b356d1 100644 --- a/ast_common.h.in +++ b/ast_common.h.in @@ -42,7 +42,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 */ -#define _proto_stdc 1 /* Standard-C prototypes ok */ /* */ /* extern symbols must be protected against C++ name mangling */ diff --git a/windows/include/ast_common.h b/windows/include/ast_common.h index 1bdd8da51..cb904af16 100644 --- a/windows/include/ast_common.h +++ b/windows/include/ast_common.h @@ -33,9 +33,6 @@ #undef _typ_long_double #define _typ_long_double 1 /* long double is a type */ -#undef _proto_stdc -#define _proto_stdc 1 /* Standard-C prototypes ok */ - /* extern symbols must be protected against C++ name mangling */ #ifndef _BEGIN_EXTERNS_ #if defined(__cplusplus) || defined(c_plusplus)