Monty Taylor claims this helps the drizzle compile for some reason.
This commit is contained in:
parent
0225b352ea
commit
2429e3a0de
1 changed files with 6 additions and 4 deletions
|
@ -97,11 +97,13 @@ struct ExtensionInfo {
|
|||
bool is_repeated;
|
||||
bool is_packed;
|
||||
|
||||
struct EnumValidityCheck {
|
||||
EnumValidityFuncWithArg* func;
|
||||
const void* arg;
|
||||
};
|
||||
|
||||
union {
|
||||
struct {
|
||||
EnumValidityFuncWithArg* func;
|
||||
const void* arg;
|
||||
} enum_validity_check;
|
||||
EnumValidityCheck enum_validity_check;
|
||||
const MessageLite* message_prototype;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue