timev.h: dummy definition for TAGS
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9e448d2fd7
commit
e86bf9a4d7
3
timev.h
3
timev.h
@ -1,6 +1,9 @@
|
|||||||
#ifndef RUBY_TIMEV_H
|
#ifndef RUBY_TIMEV_H
|
||||||
#define RUBY_TIMEV_H
|
#define RUBY_TIMEV_H
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
struct vtm {/* dummy for TAGS */};
|
||||||
|
#endif
|
||||||
PACKED_STRUCT_UNALIGNED(struct vtm {
|
PACKED_STRUCT_UNALIGNED(struct vtm {
|
||||||
VALUE year; /* 2000 for example. Integer. */
|
VALUE year; /* 2000 for example. Integer. */
|
||||||
VALUE subsecx; /* 0 <= subsecx < TIME_SCALE. possibly Rational. */
|
VALUE subsecx; /* 0 <= subsecx < TIME_SCALE. possibly Rational. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user