Merge branch 'm-utf-8' of ssh://www.midnight-commander.org:2222/git/mc into m-utf-8
* 'm-utf-8' of ssh://www.midnight-commander.org:2222/git/mc: fix: build error on glib < 2.14
Этот коммит содержится в:
Коммит
dac42ca7f2
@ -61,9 +61,10 @@ typedef struct mc_search_struct {
|
||||
gsize normal_offset;
|
||||
|
||||
/* some data for regexp */
|
||||
#if GLIB_CHECK_VERSION (2, 14, 0)
|
||||
GRegex *regex_handle;
|
||||
GMatchInfo *regex_match_info;
|
||||
|
||||
#endif
|
||||
/* some data for sscanf */
|
||||
|
||||
/* some data for glob */
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user