Skip to content

Commit

Permalink
devel/cdecl: upgrade to 16.2
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lrosenman committed Jan 31, 2024
1 parent 94eda31 commit 6d9b0c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion devel/cdecl/Makefile
@@ -1,5 +1,5 @@
PORTNAME= cdecl
PORTVERSION= 16.1
PORTVERSION= 16.2
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= devel

Expand Down
6 changes: 3 additions & 3 deletions devel/cdecl/distinfo
@@ -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

0 comments on commit 6d9b0c8

Please sign in to comment.