diff options
author | Shevek <[email protected]> | 2008-06-06 20:36:12 +0000 |
---|---|---|
committer | Shevek <[email protected]> | 2008-06-06 20:36:12 +0000 |
commit | 8e947d8355d4d7199505eb4c7fa88c46bc8c99a7 (patch) | |
tree | f79943ce9dc33f7e3d8cbbd179c11fe597a9c5af /src/java/org/anarres/cpp | |
parent | 8ffeabfd101d4895cf6d046dd2868c359ce042ae (diff) |
test vfs a bit
Diffstat (limited to 'src/java/org/anarres/cpp')
-rw-r--r-- | src/java/org/anarres/cpp/Preprocessor.java | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/java/org/anarres/cpp/Preprocessor.java b/src/java/org/anarres/cpp/Preprocessor.java index ed8da44..158e5b8 100644 --- a/src/java/org/anarres/cpp/Preprocessor.java +++ b/src/java/org/anarres/cpp/Preprocessor.java @@ -984,13 +984,9 @@ public class Preprocessor { } /** - * Handles a include directive. - * - * The user may override this to provide alternate semantics - * for the include directive, for example, creating a Source - * based on a virtual file system. + * Handles an include directive. */ - protected void include(String parent, int line, + private void include(String parent, int line, String name, boolean quoted) throws IOException, LexerException { |