Author: julianfoad
Date: Wed Jun 20 13:27:11 2012
New Revision: 1352092
URL: http://svn.apache.org/viewvc?rev=1352092&view=rev
Log:
* STATUS: Propose r1352068, the non-constant initialisers compatibility fix.
Modified:
subversion/branches/1.7.x/STATUS
Modified: subversion/branches/1.7.x/STATUS
URL:
http://svn.apache.org/viewvc/subversion/branches/1.7.x/STATUS?rev=1352092&r1=1352091&r2=1352092&view=diff
==============================================================================
--- subversion/branches/1.7.x/STATUS (original)
+++ subversion/branches/1.7.x/STATUS Wed Jun 20 13:27:11 2012
@@ -141,6 +141,18 @@ Candidate changes:
Votes:
+1: stsp
+ * r1352068
+ Do not use non-constant initializers in struct variables, since this
+ violates C'89 and C'90.
+ Justification:
+ Fixes compatibility with SunPRO compiler.
+ Branch: 1.7.x-r1352068 (just omits the changes where they are not
+ applicable in 1.7.x, in three source files)
+ Notes:
+ r1352080 is an optional white-space follow-up.
+ Votes:
+ +1: julianfoad
+
Veto-blocked changes:
=====================