diff options
Diffstat (limited to 'gettext-tools/src/read-properties.c')
-rw-r--r-- | gettext-tools/src/read-properties.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gettext-tools/src/read-properties.c b/gettext-tools/src/read-properties.c index fc20c1e..19fa539 100644 --- a/gettext-tools/src/read-properties.c +++ b/gettext-tools/src/read-properties.c @@ -44,6 +44,12 @@ #define _(str) gettext (str) +/* For compiling this file in C++ mode. */ +#ifdef __cplusplus +# define this thiss +#endif + + /* The format of the Java .properties files is documented in the JDK documentation for class java.util.Properties. In the case of .properties files for PropertyResourceBundle, each non-comment line contains a |