r4731@macbookpro: aamine | 2009-05-04 18:59:30 +0900

add preproc tags


git-svn-id: file:///Users/aamine/c/gitwork/public/cbc/trunk@4174 1b9489fe-b721-0410-924e-b54b9192deb8
This commit is contained in:
Minero Aoki 2009-05-08 10:40:46 +00:00
parent 0f3e2d4609
commit 4ff9cf1486
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ class DereferenceChecker extends Visitor {
}
}
// #@@range/check{
protected void check(StmtNode node) {
node.accept(this);
}
@ -31,6 +32,7 @@ class DereferenceChecker extends Visitor {
protected void check(ExprNode node) {
node.accept(this);
}
// #@@}
//
// Statements