suppress static-in-inline warning

* ext/date/zonetab.list (zonetab): forward declaration as static.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2016-06-08 06:29:14 +00:00
parent cebc948747
commit e5230fba8f
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ struct zone {
int name;
int offset;
};
static const struct zone *zonetab();
#line 9 "zonetab.list"
struct zone;
/* maximum key range = 434, duplicates = 0 */

View File

@ -3,7 +3,7 @@ struct zone {
int name;
int offset;
};
static const struct zone *zonetab();
%}
struct zone;