Skip to content
Snippets Groups Projects
Commit b142fddc authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed bug.

Rev: src/stralloc.h:1.28
parent c053a8b3
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -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 #ifndef STRALLOC_H
#define STRALLOC_H #define STRALLOC_H
...@@ -151,7 +151,7 @@ INLINE INT32 PIKE_CONCAT4(compare_,FROM,_to_,TO)(const PIKE_CONCAT(p_wchar,TO) * ...@@ -151,7 +151,7 @@ INLINE INT32 PIKE_CONCAT4(compare_,FROM,_to_,TO)(const PIKE_CONCAT(p_wchar,TO) *
/* Prototypes begin here */ /* Prototypes begin here */
INLINE unsigned INT32 index_shared_string(struct pike_string *s, int pos); 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); 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,1)
CONVERT(0,2) CONVERT(0,2)
CONVERT(1,0) CONVERT(1,0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment