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

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- include/uniconfkey.h
0
++ include/uniconfkey.h
Lines 9-15 Link Here
9
9
10
#include "wvstring.h"
10
#include "wvstring.h"
11
#include "wvlinklist.h"
11
#include "wvlinklist.h"
12
12
#include <climits>
13
13
14
// The Python headers try to #define ANY as void.  If we're building Python
14
// The Python headers try to #define ANY as void.  If we're building Python
15
// wrappers, get rid of that.
15
// wrappers, get rid of that.
16
-- include/wvserialize.h
16
++ include/wvserialize.h
Lines 349-355 Link Here
349
 * except as the last character.
349
 * except as the last character.
350
 */
350
 */
351
template <>
351
template <>
352
extern WvString _wv_deserialize<WvString>(WvBuf &buf);
352
WvString _wv_deserialize<WvString>(WvBuf &buf);
353
353
354
354
355
/** Deserialize a WvBuf. */
355
/** Deserialize a WvBuf. */

Return to bug 218504