add preproc tags

git-svn-id: file:///Users/aamine/c/gitwork/public/cbc/trunk@3904 1b9489fe-b721-0410-924e-b54b9192deb8
This commit is contained in:
Minero Aoki 2008-02-11 21:28:43 +00:00
parent 6849a2f05a
commit bcf7042b28
1 changed files with 2 additions and 0 deletions

View File

@ -171,6 +171,7 @@ public class TypeTable {
}
}
// #@@range/checkRecursiveDefinition{
protected void checkRecursiveDefinition(Type t, ErrorHandler h) {
_checkRecursiveDefinition(t, new HashMap(), h);
}
@ -209,4 +210,5 @@ public class TypeTable {
marks.put(t, checked);
}
}
// #@@}
}