* broke out locale-related jam rules into their own file, LocaleRules
* made locale build tools shut up about anything except warnings or errors git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37723 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -288,17 +288,22 @@ BCatalogAddOn::Next()
|
||||
return fNext;
|
||||
}
|
||||
|
||||
|
||||
// HACK: newline before '::' to avoid this being a false positive for
|
||||
// collectcatkeys
|
||||
inline const char *
|
||||
BCatalogAddOn::MarkForTranslation(const char *str, const char *ctx,
|
||||
BCatalogAddOn
|
||||
::MarkForTranslation(const char *str, const char *ctx,
|
||||
const char *cmt)
|
||||
{
|
||||
return str;
|
||||
}
|
||||
|
||||
|
||||
// HACK: newline before '::' to avoid this being a false positive for
|
||||
// collectcatkeys
|
||||
inline int32
|
||||
BCatalogAddOn::MarkForTranslation(int32 id)
|
||||
BCatalogAddOn
|
||||
::MarkForTranslation(int32 id)
|
||||
{
|
||||
return id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user