Skip to content

Commit

Permalink
Added an "inline" specifier to str_unconst_inlined.
Browse files Browse the repository at this point in the history
  • Loading branch information
rillig committed Jul 5, 2005
1 parent a041ed4 commit db1e5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* about the "const" modifier. The return value of this function
* MUST NOT be modified. */
#ifdef INLINE_STR_UNCONST
static char *str_unconst_inlined (const char *s)
static inline char *str_unconst_inlined (const char *s)
{
return (char *) s;
}
Expand Down

0 comments on commit db1e5ef

Please sign in to comment.