From cde4802441f7d7e6bc2049f887b49e03e2f9b67a Mon Sep 17 00:00:00 2001 From: Erwin Janssen Date: Mon, 31 Oct 2016 21:13:09 +0100 Subject: [PATCH] Remove definition of `_proto_stdc` This definition is no longer used and can be safely removed. --- ast_common.h.in | 1 - windows/include/ast_common.h | 3 --- 2 files changed, 4 deletions(-) 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) -- 2.40.0