mirror of https://github.com/aamine/cbc
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:
parent
6849a2f05a
commit
bcf7042b28
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
// #@@}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue