diff options
Diffstat (limited to 'src/pre_lexer.mll')
| -rw-r--r-- | src/pre_lexer.mll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pre_lexer.mll b/src/pre_lexer.mll index ae336f0f..5f55cc72 100644 --- a/src/pre_lexer.mll +++ b/src/pre_lexer.mll @@ -95,7 +95,7 @@ let kw_table = ("then", (fun x -> Other)); ("true", (fun x -> Other)); ("Type", (fun x -> Other)); - ("typedef", (fun x -> Other)); + ("typedef", (fun x -> Typedef)); ("undefined", (fun x -> Other)); ("union", (fun x -> Other)); ("with", (fun x -> Other)); |
