mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 13:37:01 +00:00
[12069] Cleanup comment style
This commit is contained in:
parent
5efb3867f5
commit
835d1c7479
205 changed files with 2835 additions and 2835 deletions
|
|
@ -23,25 +23,25 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
#ifdef PACKAGE
|
||||
#undef PACKAGE
|
||||
#endif //PACKAGE
|
||||
#endif // PACKAGE
|
||||
#ifdef PACKAGE_BUGREPORT
|
||||
#undef PACKAGE_BUGREPORT
|
||||
#endif //PACKAGE_BUGREPORT
|
||||
#endif // PACKAGE_BUGREPORT
|
||||
#ifdef PACKAGE_NAME
|
||||
#undef PACKAGE_NAME
|
||||
#endif //PACKAGE_NAME
|
||||
#endif // PACKAGE_NAME
|
||||
#ifdef PACKAGE_STRING
|
||||
#undef PACKAGE_STRING
|
||||
#endif //PACKAGE_STRING
|
||||
#endif // PACKAGE_STRING
|
||||
#ifdef PACKAGE_TARNAME
|
||||
#undef PACKAGE_TARNAME
|
||||
#endif //PACKAGE_TARNAME
|
||||
#endif // PACKAGE_TARNAME
|
||||
#ifdef PACKAGE_VERSION
|
||||
#undef PACKAGE_VERSION
|
||||
#endif //PACKAGE_VERSION
|
||||
#endif // PACKAGE_VERSION
|
||||
#ifdef VERSION
|
||||
#undef VERSION
|
||||
#endif //VERSION
|
||||
#endif // VERSION
|
||||
# include "config.h"
|
||||
#undef PACKAGE
|
||||
#undef PACKAGE_BUGREPORT
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
#undef PACKAGE_TARNAME
|
||||
#undef PACKAGE_VERSION
|
||||
#undef VERSION
|
||||
#endif //HAVE_CONFIG_H
|
||||
#endif // HAVE_CONFIG_H
|
||||
|
||||
#include "Platform/Define.h"
|
||||
|
||||
|
|
@ -225,7 +225,7 @@ struct LocaleNameStr
|
|||
// used for iterate all names including alternative
|
||||
extern LocaleNameStr const fullLocaleNameList[];
|
||||
|
||||
//operator new[] based version of strdup() function! Release memory by using operator delete[] !
|
||||
// operator new[] based version of strdup() function! Release memory by using operator delete[] !
|
||||
inline char* mangos_strdup(const char* source)
|
||||
{
|
||||
char* dest = new char[strlen(source) + 1];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue