diff CHANGES @ 184:d359d9b86327

Don't rely on anonymous unions. They break on... dun dun dun... Solaris. Such a shock.
author David A. Holland
date Fri, 12 Jun 2015 03:35:01 -0400
parents 4c3375895c6e
children 9637bf434f8e
line wrap: on
line diff
--- a/CHANGES	Fri Jun 12 03:28:19 2015 -0400
+++ b/CHANGES	Fri Jun 12 03:35:01 2015 -0400
@@ -1,6 +1,8 @@
 pending
    - Don't rely on <stdbool.h> existing, as (predictably) it doesn't
      work on Solaris.
+   - Similarly, don't rely on C11 anonymous unions as the Solaris
+     compiler vomits on them.
    - Typo fix in man page from Jason McIntyre; and change "Usage" to
      "usage" in usage for pedantic reasons, from Igor Sobrado.
    - Accept "-" as either input or output file name to mean stdin or