From 2bdd4ca6b6c38367e301042c2247395568c63ebd Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 15 Feb 2013 00:51:53 +0000 Subject: Remove miscellaneous bounded-pointers relics in C code. --- config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index f3fe6b8..8c2479e 100644 --- a/config.h.in +++ b/config.h.in @@ -115,7 +115,7 @@ /* Defined to some form of __attribute__ ((...)) if the compiler supports a different, more efficient calling convention. */ -#if defined USE_REGPARMS && !defined PROF && !defined __BOUNDED_POINTERS__ +#if defined USE_REGPARMS && !defined PROF # define internal_function __attribute__ ((regparm (3), stdcall)) #endif -- cgit v1.1