mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
devel/cdecl: upgrade to 4.1.
New C11 standard atomic types The following C11 atomic types are now supported via the new typedef command: atomic_bool, atomic_char, atomic_schar, atomic_char16_t, atomic_char32_t, atomic_wchar_t, atomic_short, atomic_int, atomic_long, atomic_llong, atomic_uchar, atomic_ushort, atomic_uint, atomic_ulong, atomic_ullong, atomic_ptrdiff_t, atomic_size_t, atomic_intmax_t, atomic_intptr_t, atomic_uintptr_t, atomic_uintmax_t, atomic_int_fast8_t, atomic_int_fast16_t, atomic_int_fast32_t, atomic_int_fast64_t, atomic_uint_fast8_t, atomic_uint_fast16_t, atomic_uint_fast32_t, atomic_uint_fast64_t, atomic_int_least8_t, atomic_int_least16_t, atomic_int_least32_t, atomic_int_least64_t, atomic_uint_least8_t, atomic_uint_least16_t, atomic_uint_least32_t, and atomic_uint_least64_t. Fixed typedef and define commands with storage classes Typedef and define now prohibit storage classes, e.g.: typedef static int sint; is now correctly reported as an error.
This commit is contained in:
parent
e6eae99270
commit
5f3a08aa72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451635
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cdecl
|
||||
PORTVERSION= 4.0
|
||||
PORTVERSION= 4.1
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
CATEGORIES= devel
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1506085907
|
||||
SHA256 (paul-j-lucas-cdecl-cdecl-4.0_GH0.tar.gz) = f9e543cdfc343230366667eb982f4d0fbd1b02ccffc8a58c2d9a8beae581e31b
|
||||
SIZE (paul-j-lucas-cdecl-cdecl-4.0_GH0.tar.gz) = 258365
|
||||
TIMESTAMP = 1507577805
|
||||
SHA256 (paul-j-lucas-cdecl-cdecl-4.1_GH0.tar.gz) = bc085ba9092c87421c8a2f9f6120eeab79ea52e6ec3dd440174ea11186e7cc9c
|
||||
SIZE (paul-j-lucas-cdecl-cdecl-4.1_GH0.tar.gz) = 260821
|
||||
|
Loading…
Reference in New Issue
Block a user