aboutsummaryrefslogtreecommitdiffstats
path: root/timev.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-10 01:34:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-10 01:34:44 +0000
commite86bf9a4d768df94c084c3cc8c0786bacad0f31a (patch)
tree32bf237a1243e5cad94d1378c233a1951c63bc24 /timev.h
parent9e448d2fd7490636a9c3553f44d7db5334b04f39 (diff)
downloadruby-e86bf9a4d768df94c084c3cc8c0786bacad0f31a.tar.gz
timev.h: dummy definition for TAGS
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'timev.h')
-rw-r--r--timev.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/timev.h b/timev.h
index d9d84b6d1c..6f124aa6bf 100644
--- a/timev.h
+++ b/timev.h
@@ -1,6 +1,9 @@
#ifndef RUBY_TIMEV_H
#define RUBY_TIMEV_H
+#if 0
+struct vtm {/* dummy for TAGS */};
+#endif
PACKED_STRUCT_UNALIGNED(struct vtm {
VALUE year; /* 2000 for example. Integer. */
VALUE subsecx; /* 0 <= subsecx < TIME_SCALE. possibly Rational. */