mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 08:33:47 +00:00
chore(Deps/Acelite): Update to 6.5.10 (#3450)
This commit is contained in:
6
deps/acelite/ace/Svc_Conf_Lexer.cpp
vendored
6
deps/acelite/ace/Svc_Conf_Lexer.cpp
vendored
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user