Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 268086 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +6 lines)
Line  Link Here
0
-- orig/generator/parser/rpp/pp-macro-expander.h    2009-02-20 12:42:24.000000000 +0100
0
++ generator/parser/rpp/pp-macro-expander.h 2009-05-01 12:22:51.000000000 +0200
Lines 15-20 Link Here
15
#ifndef PP_MACRO_EXPANDER_H
15
#ifndef PP_MACRO_EXPANDER_H
16
#define PP_MACRO_EXPANDER_H
16
#define PP_MACRO_EXPANDER_H
17
#include <stdio.h>
18
17
namespace rpp {
19
namespace rpp {
18
struct pp_frame
20
struct pp_frame
19
-- orig/generator/parser/rpp/pp-engine-bits.h       2009-02-20 12:42:24.000000000 +0100
21
++ generator/parser/rpp/pp-engine-bits.h    2009-05-01 12:16:23.000000000 +0200
Lines 15-20 Link Here
15
#ifndef PP_ENGINE_BITS_H
15
#ifndef PP_ENGINE_BITS_H
16
#define PP_ENGINE_BITS_H
16
#define PP_ENGINE_BITS_H
17
#include <stdio.h>
18
17
namespace rpp {
19
namespace rpp {
18
inline std::string pp::fix_file_path(std::string const &filename) const
20
inline std::string pp::fix_file_path(std::string const &filename) const
(-)orig/generator/parser/rpp/pp-internal.h (+1 lines)
Lines 16-21 Link Here
16
#define PP_INTERNAL_H
16
#define PP_INTERNAL_H
17
17
18
#include <algorithm>
18
#include <algorithm>
19
#include <stdio.h>
19
20
20
namespace rpp {
21
namespace rpp {
21
22

Return to bug 268086