Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 526804
Collapse All | Expand All

(-)interfaces/cc/aspell.h.orig (+2 lines)
Lines 237-242 Link Here
237
/******************************** errors ********************************/
237
/******************************** errors ********************************/
238
238
239
239
240
#ifndef ASPELL_ERRORS__HPP
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 *******************************/
(-)prog/aspell.cpp.orig (-1 / +1 lines)
Lines 25-30 Link Here
25
# include <langinfo.h>
25
# include <langinfo.h>
26
#endif
26
#endif
27
27
28
#include "errors.hpp"
28
#include "aspell.h"
29
#include "aspell.h"
29
30
30
#ifdef USE_FILE_INO
31
#ifdef USE_FILE_INO
Lines 40-46 Link Here
40
#include "convert.hpp"
41
#include "convert.hpp"
41
#include "document_checker.hpp"
42
#include "document_checker.hpp"
42
#include "enumeration.hpp"
43
#include "enumeration.hpp"
43
#include "errors.hpp"
44
#include "file_util.hpp"
44
#include "file_util.hpp"
45
#include "fstream.hpp"
45
#include "fstream.hpp"
46
#include "info.hpp"
46
#include "info.hpp"
(-)prog/checker_string.hpp.orig (+1 lines)
Lines 6-11 Link Here
6
6
7
#include <stdio.h>
7
#include <stdio.h>
8
8
9
#include "errors.hpp"
9
#include "aspell.h"
10
#include "aspell.h"
10
11
11
#include "vector.hpp"
12
#include "vector.hpp"

Return to bug 526804