From f9b6afb3e2a50e878ca975bd619c92f79f4c4c19 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Sun, 20 Dec 1998 01:24:26 -0800
Subject: [PATCH] minor bugfix

Rev: src/stralloc.c:1.52
---
 src/stralloc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/stralloc.c b/src/stralloc.c
index 48f3078bbd..90d8174b9f 100644
--- a/src/stralloc.c
+++ b/src/stralloc.c
@@ -15,7 +15,7 @@
 
 #include <ctype.h>
 
-RCSID("$Id: stralloc.c,v 1.51 1998/12/06 22:54:15 hubbe Exp $");
+RCSID("$Id: stralloc.c,v 1.52 1998/12/20 09:24:26 hubbe Exp $");
 
 #define BEGIN_HASH_SIZE 997
 #define MAX_AVG_LINK_LENGTH 3
@@ -122,7 +122,7 @@ INLINE void low_set_index(struct pike_string *s, int pos, int value)
 }
 
 #ifdef PIKE_DEBUG
-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)
 {
   if(a->size_shift != shift)
     fatal("Wrong STRX macro used!\n");
-- 
GitLab