From 6fc1dd3f32bb27970af6c5ce74ba9b25de4bf824 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 29 Jun 2000 17:13:34 +0000 Subject: Don't use regparm with bounded pointers. 2000-06-23 Andreas Jaeger * config.h.in: Don't use regparm with bounded pointers. --- 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 20ac62532f..b28aa47548 100644 --- a/config.h.in +++ b/config.h.in @@ -76,7 +76,7 @@ /* Defined to some form of __attribute__ ((...)) if the compiler supports a different, more efficient calling convention. */ -#if defined USE_REGPARMS && !defined PROF +#if defined USE_REGPARMS && !defined PROF && !defined __BOUNDED_POINTERS__ # define internal_function __attribute__ ((regparm (3), stdcall)) #endif -- cgit v1.2.3