xref: /haiku/headers/build/os/locale/Catalog.h (revision 1deede7388b04dbeec5af85cae7164735ea9e70d)
1 /*
2  * Copyright 2017, Haiku, Inc.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _CATALOG_H_
6 #define _CATALOG_H_
7 
8 #ifndef B_AVOID_TRANSLATION_MACROS
9 #define B_TRANSLATE(x) x
10 #define B_TRANSLATE_MARK(x) x
11 #define B_TRANSLATE_NOCOLLECT(x) x
12 #endif
13 
14 #endif
15