From 7c90419b8fd37a742361a2f5e7f9fe8814f499e8 Mon Sep 17 00:00:00 2001 From: Greg McGary Date: Tue, 27 Jun 2000 00:18:27 +0000 Subject: * string/bits/string2.h: Inhibit inlines if __BOUNDED_POINTERS__. * string/bits/string2.h: Inhibit inlines if __BOUNDED_POINTERS__. --- string/bits/string2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'string/bits/string2.h') diff --git a/string/bits/string2.h b/string/bits/string2.h index 223c36e..897b5d5 100644 --- a/string/bits/string2.h +++ b/string/bits/string2.h @@ -22,7 +22,7 @@ # error "Never use directly; include instead." #endif -#ifndef __NO_STRING_INLINES +#if !defined __NO_STRING_INLINES && !__BOUNDED_POINTERS__ /* Unlike the definitions in the header the definitions contained here are not optimized down to assembler -- cgit v1.1