python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / libraries / aspell / clang.patch
blobc4cfa426588ccd5a17bbda6d927b80dea8337cbe
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 ********************************/
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
18 /******************************* speller *******************************/