mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
94eda313a9
commit
6d9b0c86d9
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= cdecl
|
||||
PORTVERSION= 16.1
|
||||
PORTVERSION= 16.2
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
CATEGORIES= devel
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue