From be3c36d359c7c8f90351cecba4e96c4c190f4c77 Mon Sep 17 00:00:00 2001 From: David Hedbor <david@hedbor.org> Date: Wed, 14 Oct 1998 01:18:17 -0700 Subject: [PATCH] An INLINE was in the wrong location: "struct INLINE pike"_string instead of "INLINE struct pike_string". Rev: src/stralloc.h:1.22 --- src/stralloc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stralloc.h b/src/stralloc.h index d2de73691d..ecf55035e5 100644 --- a/src/stralloc.h +++ b/src/stralloc.h @@ -5,7 +5,7 @@ \*/ /* - * $Id: stralloc.h,v 1.21 1998/10/14 05:48:46 hubbe Exp $ + * $Id: stralloc.h,v 1.22 1998/10/14 08:18:17 neotron Exp $ */ #ifndef STRALLOC_H #define STRALLOC_H @@ -151,7 +151,7 @@ INLINE INT32 PIKE_CONCAT4(compare_,FROM,_to_,TO)(const PIKE_CONCAT(p_wchar,TO) * /* Prototypes begin here */ INLINE unsigned INT32 index_shared_string(struct pike_string *s, int pos); INLINE void low_set_index(struct pike_string *s, int pos, int value); -struct INLINE pike_string *debug_check_size_shift(struct pike_string *a,int shift); +INLINE struct pike_string *debug_check_size_shift(struct pike_string *a,int shift); CONVERT(0,1) CONVERT(0,2) CONVERT(1,0) -- GitLab