mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 17:43:11 -04:00
20 lines
836 B
C
20 lines
836 B
C
--- 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 *******************************/
|
|
|