summaryrefslogtreecommitdiff
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 ()
treefc6b6110ab44a6ddb9f3487c0eab6b05b0e434f7 /timev.h
parent37994bc5322c02a21e8905d373bef802cac91f72 (diff)
timev.h: dummy definition for TAGS
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--timev.h3
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@
#ifndef RUBY_TIMEV_H
#define RUBY_TIMEV_H
PACKED_STRUCT_UNALIGNED(struct vtm {
VALUE year; /* 2000 for example. Integer. */
VALUE subsecx; /* 0 <= subsecx < TIME_SCALE. possibly Rational. */