Moved struct vtm
stuff from internal.h to timev.h
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b3484e595e
commit
d7278b5b32
10
internal.h
10
internal.h
@ -1070,8 +1070,6 @@ VALUE rb_gvar_get(struct rb_global_entry *);
|
|||||||
VALUE rb_gvar_set(struct rb_global_entry *, VALUE);
|
VALUE rb_gvar_set(struct rb_global_entry *, VALUE);
|
||||||
VALUE rb_gvar_defined(struct rb_global_entry *);
|
VALUE rb_gvar_defined(struct rb_global_entry *);
|
||||||
|
|
||||||
struct vtm; /* defined by timev.h */
|
|
||||||
|
|
||||||
/* array.c */
|
/* array.c */
|
||||||
VALUE rb_ary_last(int, const VALUE *, VALUE);
|
VALUE rb_ary_last(int, const VALUE *, VALUE);
|
||||||
void rb_ary_set_len(VALUE, long);
|
void rb_ary_set_len(VALUE, long);
|
||||||
@ -1752,14 +1750,6 @@ VALUE rb_reg_new_ary(VALUE ary, int options);
|
|||||||
extern int ruby_enable_coredump;
|
extern int ruby_enable_coredump;
|
||||||
int rb_get_next_signal(void);
|
int rb_get_next_signal(void);
|
||||||
|
|
||||||
/* strftime.c */
|
|
||||||
#ifdef RUBY_ENCODING_H
|
|
||||||
VALUE rb_strftime_timespec(const char *format, size_t format_len, rb_encoding *enc,
|
|
||||||
const struct vtm *vtm, struct timespec *ts, int gmt);
|
|
||||||
VALUE rb_strftime(const char *format, size_t format_len, rb_encoding *enc,
|
|
||||||
const struct vtm *vtm, VALUE timev, int gmt);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* string.c */
|
/* string.c */
|
||||||
VALUE rb_fstring(VALUE);
|
VALUE rb_fstring(VALUE);
|
||||||
VALUE rb_fstring_new(const char *ptr, long len);
|
VALUE rb_fstring_new(const char *ptr, long len);
|
||||||
|
8
timev.h
8
timev.h
@ -39,4 +39,12 @@ typedef unsigned LONG_LONG unsigned_time_t;
|
|||||||
# error cannot find integer type which size is same as time_t.
|
# error cannot find integer type which size is same as time_t.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* strftime.c */
|
||||||
|
#ifdef RUBY_ENCODING_H
|
||||||
|
VALUE rb_strftime_timespec(const char *format, size_t format_len, rb_encoding *enc,
|
||||||
|
const struct vtm *vtm, struct timespec *ts, int gmt);
|
||||||
|
VALUE rb_strftime(const char *format, size_t format_len, rb_encoding *enc,
|
||||||
|
const struct vtm *vtm, VALUE timev, int gmt);
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user