[BusyBox] [BusyBox 0000209]: struct initializer

bugs at busybox.net bugs at busybox.net
Tue Apr 5 20:36:48 UTC 2005


The following issue has been SUBMITTED.
======================================================================
<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:                     assigned
======================================================================
Date Submitted:             04-05-2005 13:36 PDT
Last Modified:              04-05-2005 13:36 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.

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

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           
        
======================================================================




More information about the busybox mailing list