aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/anarres/cpp/LexerSource.java
diff options
context:
space:
mode:
authorShevek <[email protected]>2008-05-18 09:39:41 +0000
committerShevek <[email protected]>2008-05-18 09:39:41 +0000
commitddc3fa5b3b342a48898895910e98c092cd8e2ffa (patch)
treef10273b5f52b12955ea4794a967f177b4176954e /src/java/org/anarres/cpp/LexerSource.java
parent22108df72646f5a7766bdbf7b2eaa3da7a382957 (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.java1
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;
}