Added an "inline" specifier to str_unconst_inlined.
Этот коммит содержится в:
родитель
a041ed48a9
Коммит
db1e5ef53c
@ -8,7 +8,7 @@
|
|||||||
* about the "const" modifier. The return value of this function
|
* about the "const" modifier. The return value of this function
|
||||||
* MUST NOT be modified. */
|
* MUST NOT be modified. */
|
||||||
#ifdef INLINE_STR_UNCONST
|
#ifdef INLINE_STR_UNCONST
|
||||||
static char *str_unconst_inlined (const char *s)
|
static inline char *str_unconst_inlined (const char *s)
|
||||||
{
|
{
|
||||||
return (char *) s;
|
return (char *) s;
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user