diff options
| author | 2022-08-27 19:00:13 +0200 | |
|---|---|---|
| committer | 2022-08-27 19:00:13 +0200 | |
| commit | 57e8797417578239de57d8a62d32de403a89fb34 (patch) | |
| tree | 839c3a7d23be57300b4dcd873867431fc7750f9a /src/parse.cff | |
| parent | f095e30338703c35dc930d264b02a487d7e36933 (diff) | |
miscellaneous
Diffstat (limited to 'src/parse.cff')
| -rw-r--r-- | src/parse.cff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.cff b/src/parse.cff index ea965d6..a065739 100644 --- a/src/parse.cff +++ b/src/parse.cff @@ -695,7 +695,7 @@ fn parseenum(P *Parser, name *const u8, lax bool) *const Type { fn isdecltokt(t TokT) bool { switch t { case :kw_fn, :kw_static, :kw_def, :kw_defmacro, :kw_struct, :kw_union, :kw_enum, - :kw_extern, :kw_bitfield; + :kw_extern, :kw_bitfield, :kw_typedef; return #t; } return #f; |