From b142fddce68975b98acce95bee20fab247fa59ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sat, 19 Dec 1998 00:25:20 +0100 Subject: [PATCH] Fixed bug. Rev: src/stralloc.h:1.28 --- src/stralloc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stralloc.h b/src/stralloc.h index b318f83fc8..4115148296 100644 --- a/src/stralloc.h +++ b/src/stralloc.h @@ -5,7 +5,7 @@ \*/ /* - * $Id: stralloc.h,v 1.27 1998/12/06 22:54:16 hubbe Exp $ + * $Id: stralloc.h,v 1.28 1998/12/18 23:25:20 grubba 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