chore(Deps/Acelite): Update to 6.5.10 (#3450)

This commit is contained in:
Kargatum
2020-11-11 22:09:02 +07:00
committed by GitHub
parent a93565b6da
commit e27201cee2
921 changed files with 18238 additions and 33164 deletions

View File

@@ -84,6 +84,8 @@ struct ace_yy_buffer_state
#endif /* ACE_USES_WCHAR */
}
ACE_ALLOC_HOOK_DECLARE;
// Input related
char input_[ACE_YY_CONVERSION_SPACE];
size_t index_;
@@ -102,6 +104,8 @@ struct ace_yy_buffer_state
#endif /* ACE_USES_WCHAR */
};
ACE_ALLOC_HOOK_DEFINE(ace_yy_buffer_state)
// ******************************************************************
// Global functions
// ******************************************************************
@@ -242,7 +246,9 @@ ACE_Svc_Conf_Lexer::input (ACE_Svc_Conf_Param* param,
}
else
{
#ifndef ACE_LACKS_STDERR
ACE_OS::fprintf (stderr, "ERROR: input in scanner failed\n");
#endif
ACE_OS::exit (2);
}
}