* 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:
Oliver Tappe
2010-07-23 19:56:24 +00:00
parent 229c79e015
commit b891b0acae
8 changed files with 151 additions and 147 deletions
+8 -3
View File
@@ -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;
}