aboutsummaryrefslogtreecommitdiff
path: root/src/parse.cff
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-27 19:00:13 +0200
committerlemon <lsof@mailbox.org>2022-08-27 19:00:13 +0200
commit57e8797417578239de57d8a62d32de403a89fb34 (patch)
tree839c3a7d23be57300b4dcd873867431fc7750f9a /src/parse.cff
parentf095e30338703c35dc930d264b02a487d7e36933 (diff)
miscellaneous
Diffstat (limited to 'src/parse.cff')
-rw-r--r--src/parse.cff2
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;