21 lines
694 B
Diff
21 lines
694 B
Diff
+++ a/interfaces/cc/aspell.h
|
|
--- b/interfaces/cc/aspell.h
|
|
@@ -236,7 +236,7 @@
|
|
|
|
/******************************** errors ********************************/
|
|
|
|
-
|
|
+#ifndef __cplusplus
|
|
extern const struct AspellErrorInfo * const aerror_other;
|
|
extern const struct AspellErrorInfo * const aerror_operation_not_supported;
|
|
extern const struct AspellErrorInfo * const aerror_cant_copy;
|
|
@@ -322,7 +322,7 @@
|
|
extern const struct AspellErrorInfo * const aerror_bad_magic;
|
|
extern const struct AspellErrorInfo * const aerror_expression;
|
|
extern const struct AspellErrorInfo * const aerror_invalid_expression;
|
|
-
|
|
+#endif
|
|
|
|
/******************************* speller *******************************/
|
|
|