From acb06d304048cb269d358d3ab764e6c73c2f6679 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Wed, 15 Nov 1995 23:01:47 +0000 Subject: Add option to make options inline --- sim/ppc/inline.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'sim/ppc/inline.h') diff --git a/sim/ppc/inline.h b/sim/ppc/inline.h index 0c191f5..c6112f3 100644 --- a/sim/ppc/inline.h +++ b/sim/ppc/inline.h @@ -69,6 +69,7 @@ #define INLINE_MODEL static #endif #define STATIC_MODEL static +#define EXTERN_MODEL static #endif #if BITS_INLINE @@ -162,5 +163,13 @@ #endif #endif +#if OPTIONS_INLINE +#if OPTIONS_INLINE == 2 +#define INLINE_OPTIONS static INLINE +#else +#define INLINE_OPTIONS static +#endif +#endif + #endif -- cgit v1.1