+2006-10-30 Bruno Haible <bruno@clisp.org>
+
+ * plural-exp.h [C++]: Define functions without name mangling.
+
2006-11-03 Bruno Haible <bruno@clisp.org>
Move declarations to header files.
# define attribute_hidden
#endif
+#ifdef __cplusplus
+extern "C" {
+#endif
+
enum expression_operator
{
unsigned long int n);
#endif
+
+#ifdef __cplusplus
+}
+#endif
+
#endif /* _PLURAL_EXP_H */
+2006-10-30 Bruno Haible <bruno@clisp.org>
+
+ * plural-eval.h [C++]: Define functions without name mangling.
+
2006-10-29 Bruno Haible <bruno@clisp.org>
Clean up libgettextpo exports in C++ mode.
# define USE_SIGINFO 1
#endif
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/* Exit point. Must be set before calling install_sigfpe_handler(). */
extern sigjmp_buf sigfpe_exit;
extern void install_sigfpe_handler (void);
extern void uninstall_sigfpe_handler (void);
+#ifdef __cplusplus
+}
+#endif
+
#endif /* _PLURAL_EVAL_H */