aboutsummaryrefslogtreecommitdiffstats
path: root/ext/date/zonetab.list
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-08 05:41:08 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-08 05:41:08 +0000
commitcebc9487474b22658c853b817b163a6d13d15d35 (patch)
tree74f929ccebed3aeff2a41b9f77a1416380ab5a21 /ext/date/zonetab.list
parent9a4a04fe15a2d71ec3661b37fcf7285a99ad778d (diff)
downloadruby-cebc9487474b22658c853b817b163a6d13d15d35.tar.gz
fix date build
* common.mk (zonetabl.h): fix typo. * ext/date/zonetab.list: remove forward declaration which may be conflict with the later definition. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/date/zonetab.list')
-rw-r--r--ext/date/zonetab.list2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/zonetab.list b/ext/date/zonetab.list
index 1a233071be..e4b67ad81e 100644
--- a/ext/date/zonetab.list
+++ b/ext/date/zonetab.list
@@ -3,7 +3,7 @@ struct zone {
int name;
int offset;
};
-static inline const struct zone *zonetab();
+
%}
struct zone;