diff options
author | Larry Rosenman <ler@FreeBSD.org> | 2024-01-30 22:15:20 -0600 |
---|---|---|
committer | Larry Rosenman <ler@FreeBSD.org> | 2024-01-30 22:15:20 -0600 |
commit | 6d9b0c86d9b6a426ab28079cdee29dde7dfa70c3 (patch) | |
tree | 41ff7c401d87acf656fd63b49d147df61b987344 /textproc/aspell | |
parent | mail/dovecot: add LDAP as a default option (diff) |
devel/cdecl: upgrade to 16.2
Partial typeof support
Both typeof and typeof_unqual in C23 are partially supported in that types are accepted (but expressions are not):
typeof(int*) x // supported
typeof(x) y // not supported
Additionally, GNU's __typeof__ is a synonym for typeof.
Diffstat (limited to 'textproc/aspell')
0 files changed, 0 insertions, 0 deletions