at master 758 B view raw
1--- interfaces/cc/aspell.h 2013-10-13 20:29:33.000000000 +0200 2+++ interfaces/cc/aspell.h 2013-10-13 20:30:01.000000000 +0200 3@@ -237,6 +237,7 @@ 4 /******************************** errors ********************************/ 5 6 7+#ifndef __cplusplus 8 extern const struct AspellErrorInfo * const aerror_other; 9 extern const struct AspellErrorInfo * const aerror_operation_not_supported; 10 extern const struct AspellErrorInfo * const aerror_cant_copy; 11@@ -322,6 +323,7 @@ 12 extern const struct AspellErrorInfo * const aerror_bad_magic; 13 extern const struct AspellErrorInfo * const aerror_expression; 14 extern const struct AspellErrorInfo * const aerror_invalid_expression; 15+#endif 16 17 18 /******************************* speller *******************************/