[BusyBox-cvs] [BusyBox 0000209]: struct initializer

bugs at busybox.net bugs at busybox.net
Sat Apr 16 04:17:56 UTC 2005


The following issue has been CLOSED
======================================================================
<http://busybox.net/bugs/view.php?id=209> 
======================================================================
Reported By:                bernhardf
Assigned To:                BusyBox
======================================================================
Project:                    BusyBox
Issue ID:                   209
Category:                   Standards Compliance
Reproducibility:            always
Severity:                   tweak
Priority:                   normal
Status:                     closed
Resolution:                 open
Fixed in Version:           
======================================================================
Date Submitted:             04-05-2005 13:36 PDT
Last Modified:              04-15-2005 21:17 PDT
======================================================================
Summary:                    struct initializer
Description: 
struct named {
    named_field: init,
};
appear to be depraced by now; rather use C{99} format as in
struct named {
    .named_field = init,
};

Seems to Work Here (tm). Please review and apply.

======================================================================

----------------------------------------------------------------------
 vapier - 04-15-05 21:17 
----------------------------------------------------------------------
done deal, added to svn, thanks :)

Issue History
Date Modified  Username       Field                    Change              
======================================================================
04-05-05 13:36 bernhardf      New Issue                                    
04-05-05 13:36 bernhardf      File Added: busybox.struct-init.01.diff           
        
04-15-05 21:17 vapier         Status                   assigned => closed  
04-15-05 21:17 vapier         Note Added: 0000150                          
======================================================================




More information about the busybox-cvs mailing list