View | Details | Raw Unified | Return to bug 180565
Collapse All | Expand All

(-)interfaces/cc/aspell.h (+2 lines)
Lines 237-242 Link Here
237
/******************************** errors ********************************/
237
/******************************** errors ********************************/
238
238
239
239
240
#ifndef __cplusplus
240
extern const struct AspellErrorInfo * const aerror_other;
241
extern const struct AspellErrorInfo * const aerror_other;
241
extern const struct AspellErrorInfo * const aerror_operation_not_supported;
242
extern const struct AspellErrorInfo * const aerror_operation_not_supported;
242
extern const struct AspellErrorInfo * const   aerror_cant_copy;
243
extern const struct AspellErrorInfo * const   aerror_cant_copy;
Lines 322-327 Link Here
322
extern const struct AspellErrorInfo * const   aerror_bad_magic;
323
extern const struct AspellErrorInfo * const   aerror_bad_magic;
323
extern const struct AspellErrorInfo * const aerror_expression;
324
extern const struct AspellErrorInfo * const aerror_expression;
324
extern const struct AspellErrorInfo * const   aerror_invalid_expression;
325
extern const struct AspellErrorInfo * const   aerror_invalid_expression;
326
#endif
325
327
326
328
327
/******************************* speller *******************************/
329
/******************************* speller *******************************/

Return to bug 180565