* grub-core/gnulib/regex.h (re_pattern_buffer): Declare buffer as

re_dfa_t to avoid breaking alignment invariants.
	* grub-core/gnulib/regex_internal.h (re_dfa_t): Moved to ...
	* grub-core/gnulib/regex.h (re_dfa_t): ... here.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-09 23:40:17 +01:00
parent 44c6828db4
commit a67b2a046c
4 changed files with 12 additions and 6 deletions

View file

@ -413,10 +413,6 @@ struct re_string_t
};
typedef struct re_string_t re_string_t;
struct re_dfa_t;
typedef struct re_dfa_t re_dfa_t;
#ifndef _LIBC
# if defined __i386__ && !defined __EMX__
# define internal_function __attribute ((regparm (3), stdcall))