mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
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
This commit is contained in:
commit
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 */
|
||||
|
Loading…
Reference in New Issue
Block a user