mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-18 09:32:40 -05:00
Limit more variables to file scope
Change-Id: I30219d626316776eb73b4205d63376fa3dbc6361
This commit is contained in:
parent
85c98bc63c
commit
2a3e1628a5
21 changed files with 70 additions and 77 deletions
|
|
@ -96,7 +96,7 @@ typedef struct {
|
|||
} TINF_DATA;
|
||||
|
||||
/* static tables */
|
||||
TINF_TABLES tbl = {
|
||||
static TINF_TABLES tbl = {
|
||||
.sltree = {
|
||||
.table = {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0018,
|
||||
0x0098, 0x0070, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000},
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#define SPD 24*60*60
|
||||
|
||||
/* days per month -- nonleap! */
|
||||
const short __spm[13] =
|
||||
static const short __spm[13] =
|
||||
{ 0,
|
||||
(31),
|
||||
(31+28),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue