mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 18:13:58 +02:00
Partially merged 79df14c04b
to suppress compiler warning.
This commit is contained in:
parent
364c859588
commit
23bb717d95
3 changed files with 5 additions and 1 deletions
|
@ -40,6 +40,8 @@ typedef struct native_thread_data_struct {
|
||||||
} cond;
|
} cond;
|
||||||
} native_thread_data_t;
|
} native_thread_data_t;
|
||||||
|
|
||||||
|
void rb_native_mutex_destroy(rb_nativethread_lock_t *lock);
|
||||||
|
|
||||||
#undef except
|
#undef except
|
||||||
#undef try
|
#undef try
|
||||||
#undef leave
|
#undef leave
|
||||||
|
|
|
@ -32,5 +32,7 @@ typedef struct rb_global_vm_lock_struct {
|
||||||
HANDLE lock;
|
HANDLE lock;
|
||||||
} rb_global_vm_lock_t;
|
} rb_global_vm_lock_t;
|
||||||
|
|
||||||
|
void rb_native_mutex_destroy(rb_nativethread_lock_t *lock);
|
||||||
|
|
||||||
#endif /* RUBY_THREAD_WIN32_H */
|
#endif /* RUBY_THREAD_WIN32_H */
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
|
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
|
||||||
#define RUBY_VERSION_TEENY 3
|
#define RUBY_VERSION_TEENY 3
|
||||||
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
|
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
|
||||||
#define RUBY_PATCHLEVEL 178
|
#define RUBY_PATCHLEVEL 179
|
||||||
|
|
||||||
#define RUBY_RELEASE_YEAR 2021
|
#define RUBY_RELEASE_YEAR 2021
|
||||||
#define RUBY_RELEASE_MONTH 3
|
#define RUBY_RELEASE_MONTH 3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue