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.
This commit is contained in:
Larry Rosenman 2024-01-30 22:15:20 -06:00
parent 94eda313a9
commit 6d9b0c86d9
No known key found for this signature in database
GPG key ID: 697C99B1AB48A77D
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= cdecl
PORTVERSION= 16.1
PORTVERSION= 16.2
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= devel

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1705292206
SHA256 (paul-j-lucas-cdecl-cdecl-16.1_GH0.tar.gz) = 306e7494b87925b0d0c944001ac74c619c98dc426a517a4eca5b013e7278e6a0
SIZE (paul-j-lucas-cdecl-cdecl-16.1_GH0.tar.gz) = 959361
TIMESTAMP = 1706674507
SHA256 (paul-j-lucas-cdecl-cdecl-16.2_GH0.tar.gz) = a21040ee6ebdc70b3fcad323f675b89e3e980f1602337bc16d99886311ee44bf
SIZE (paul-j-lucas-cdecl-cdecl-16.2_GH0.tar.gz) = 960967