blob: 2d425d7c9a0b1606590c9cfc9a623f3ee2c7a872 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- interfaces/cc/aspell.h.orig 2019-10-12 22:20:26 UTC
+++ interfaces/cc/aspell.h
@@ -245,7 +245,7 @@ void delete_aspell_can_have_error(struct AspellCanHave
/******************************** errors ********************************/
-
+#ifndef ASPELL_ERRORS__HPP
extern const struct AspellErrorInfo * const aerror_other;
extern const struct AspellErrorInfo * const aerror_operation_not_supported;
extern const struct AspellErrorInfo * const aerror_cant_copy;
@@ -331,7 +331,7 @@ extern const struct AspellErrorInfo * const aerror_m
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 *******************************/
|