diff options
author | Shevek <[email protected]> | 2008-05-18 09:39:41 +0000 |
---|---|---|
committer | Shevek <[email protected]> | 2008-05-18 09:39:41 +0000 |
commit | ddc3fa5b3b342a48898895910e98c092cd8e2ffa (patch) | |
tree | f10273b5f52b12955ea4794a967f177b4176954e /src/java/org/anarres/cpp/LexerSource.java | |
parent | 22108df72646f5a7766bdbf7b2eaa3da7a382957 (diff) |
minor patches for 1.2.1 release
Diffstat (limited to 'src/java/org/anarres/cpp/LexerSource.java')
-rw-r--r-- | src/java/org/anarres/cpp/LexerSource.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/java/org/anarres/cpp/LexerSource.java b/src/java/org/anarres/cpp/LexerSource.java index 11a8538..6bb4220 100644 --- a/src/java/org/anarres/cpp/LexerSource.java +++ b/src/java/org/anarres/cpp/LexerSource.java @@ -84,6 +84,7 @@ public class LexerSource extends Source { return column; } + @Override /* pp */ boolean isNumbered() { return true; } |