ruby-changes:55284
From: nobu <ko1@a...>
Date: Wed, 10 Apr 2019 10:34:49 +0900 (JST)
Subject: [ruby-changes:55284] nobu:r67491 (trunk): timev.h: dummy definition for TAGS
nobu 2019-04-10 10:34:44 +0900 (Wed, 10 Apr 2019) New Revision: 67491 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67491 Log: timev.h: dummy definition for TAGS Modified files: trunk/timev.h Index: timev.h =================================================================== --- timev.h (revision 67490) +++ timev.h (revision 67491) @@ -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/