freebsd-ports/devel/cdecl
Larry Rosenman 3874f378db devel/cdecl: upgrade to 6.11.
Added __inline__, __restrict__, and __thread
Added GNU C's __inline__, __restrict__, and __thread.

Added GNU C types
The GNU C types _Decimal32, _Decimal64, _Decimal128, _Float128, __float128, _Float16, __fp16, __ibm128, _Float64x, __float80, and __int128 were added to the set of predefined types.

Added WIN32 types
All of the Windows types, e.g., DWORD, HANDLE, INT, etc., given here were added to the set of predefined types.

Fixed retypedef
Fixed a crash caused by a case like:

typedef int I
typedef I J
typedef I J
2020-04-27 16:05:07 +00:00
..
distinfo devel/cdecl: upgrade to 6.11. 2020-04-27 16:05:07 +00:00
Makefile devel/cdecl: upgrade to 6.11. 2020-04-27 16:05:07 +00:00
pkg-descr