summaryrefslogblamecommitdiff
path: root/var/spack/repos/builtin/packages/aspell/fix_cpp.patch
blob: 54ec257637e431dc91296d35e4cd6f77b00db23a (plain) (tree)



















                                                                            
+++ 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 *******************************/