mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
fix: build error on glib < 2.14
This commit is contained in:
parent
725fe42290
commit
1133dd750b
@ -61,9 +61,10 @@ typedef struct mc_search_struct {
|
|||||||
gsize normal_offset;
|
gsize normal_offset;
|
||||||
|
|
||||||
/* some data for regexp */
|
/* some data for regexp */
|
||||||
|
#if GLIB_CHECK_VERSION (2, 14, 0)
|
||||||
GRegex *regex_handle;
|
GRegex *regex_handle;
|
||||||
GMatchInfo *regex_match_info;
|
GMatchInfo *regex_match_info;
|
||||||
|
#endif
|
||||||
/* some data for sscanf */
|
/* some data for sscanf */
|
||||||
|
|
||||||
/* some data for glob */
|
/* some data for glob */
|
||||||
|
Loading…
Reference in New Issue
Block a user