add BOOLEAN

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12962 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-10-03 23:49:41 +00:00
parent 04daad6bca
commit 2b0cf9b3eb
2 changed files with 3 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ static unsigned lineno = 1;
%%
INTEGER { return INTEGER; }
BOOLEAN { return BOOLEAN; }
IMPORTS { return IMPORTS; }
FROM { return FROM; }
SEQUENCE { return SEQUENCE; }