blob: 08f34e68a879deb6b03fdfbfa3c6c0985c07a664 (
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 2011-07-02 23:53:27.000000000 +0200
+++ interfaces/cc/aspell.h 2014-02-11 22:40:16.000000000 +0100
@@ -236,7 +236,7 @@
/******************************** 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;
@@ -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 *******************************/
|