ruby-changes:55295
From: nobu <ko1@a...>
Date: Wed, 10 Apr 2019 21:43:37 +0900 (JST)
Subject: [ruby-changes:55295] nobu:r67502 (trunk): timev.h: dummy definition for TAGS
nobu 2019-04-10 21:43:31 +0900 (Wed, 10 Apr 2019) New Revision: 67502 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67502 Log: timev.h: dummy definition for TAGS Modified files: trunk/timev.h Index: timev.h =================================================================== --- timev.h (revision 67501) +++ timev.h (revision 67502) @@ -1,6 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/timev.h#L1 #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. */ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/