зеркало из https://github.com/github/ruby.git
* dln.c [DLN_NEEDS_ALT_SEPARATOR] (translit_separator): small typo fixed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
eed5e11d3b
Коммит
ab442cdc39
2
dln.c
2
dln.c
|
@ -1224,7 +1224,7 @@ aix_loaderror(const char *pathname)
|
|||
do { \
|
||||
*p++ = ((c = *file++) == '/') ? DLN_NEEDS_ALT_SEPARATOR : c; \
|
||||
} while (c); \
|
||||
str = tmp; \
|
||||
src = tmp; \
|
||||
} while (0)
|
||||
#else
|
||||
#define translit_separator(str) (void)(str)
|
||||
|
|
Загрузка…
Ссылка в новой задаче