• J
    add "const" and "static" attributes to file-scoped globals · 71225100
    Jim Meyering 提交于
    * src/storage_backend_fs.c (fileTypeInfo): Add "static" and two
    "const" attributes.
    (FileTypeInfo): Name the previously anonymous struct,
    so the declaration of fileTypeInfo looks more conventional.
    * src/xend_internal.c (sound_models): Mark as static, and
    as an array of "const" entries.
    
    These were relatively new additions to the list from here:
    nm src/*.o|grep ' D '
    71225100
可在Tags中查看这些版本中当前仓库的状态.
ChangeLog 306.5 KB