add preproc tag

git-svn-id: file:///Users/aamine/c/gitwork/public/cbc/trunk@3824 1b9489fe-b721-0410-924e-b54b9192deb8
This commit is contained in:
Minero Aoki 2008-01-13 15:45:29 +00:00
parent 828bba1d9e
commit bb539ff306
1 changed files with 2 additions and 0 deletions

View File

@ -528,6 +528,7 @@ BlockNode block():
}
}
// #@@range/defstruct{
StructNode defstruct():
{
Token t;
@ -540,6 +541,7 @@ StructNode defstruct():
return new StructNode(location(t), new StructTypeRef(n), n, membs);
}
}
// #@@}
UnionNode defunion():
{