aboutsummaryrefslogtreecommitdiff
path: root/decl.c
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2024-03-22 00:33:31 -0700
committerMichael Forney <mforney@mforney.org>2024-03-22 00:33:31 -0700
commit42facb38e615b357ae0d8f50db5c50edaa75bbfd (patch)
treec516a92ac30d98111a2c65e26eb13a25e5fed80d /decl.c
parentd1d23429f5dc3d78b03b318a7d349ad71a6c97fa (diff)
Use C23 spelling of typeof in tests
Diffstat (limited to 'decl.c')
-rw-r--r--decl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/decl.c b/decl.c
index a0da3a9..3a84a02 100644
--- a/decl.c
+++ b/decl.c
@@ -418,7 +418,7 @@ declspecs(struct scope *s, enum storageclass *sc, enum funcspec *fs, int *align)
delexpr(e);
}
++ntypes;
- expect(TRPAREN, "to close '__typeof__'");
+ expect(TRPAREN, "to close 'typeof'");
break;
/* 6.7.5 Alignment specifier */