aboutsummaryrefslogtreecommitdiffstats
path: root/timev.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-10 12:43:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-10 12:43:31 +0000
commitc84bdda47a9710a1ba0db1c847db8e224d0eaaf9 (patch)
treefc6b6110ab44a6ddb9f3487c0eab6b05b0e434f7 /timev.h
parent37994bc5322c02a21e8905d373bef802cac91f72 (diff)
downloadruby-c84bdda47a9710a1ba0db1c847db8e224d0eaaf9.tar.gz
timev.h: dummy definition for TAGS
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67502 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. */