mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
* eval_intern.h, insnhelper.h, thread_pthread.h, vm_core.h, vm_opts.h:
prefixed include guards with RUBY. * id.h: added include guard. * regenc.h, regint.h, regparse.h: prefixed include guards with ONIGURUMA. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3a4bfbad09
commit
8a9993dfee
10 changed files with 38 additions and 26 deletions
|
@ -8,8 +8,8 @@
|
|||
|
||||
**********************************************************************/
|
||||
|
||||
#ifndef THREAD_PTHREAD_H_INCLUDED
|
||||
#define THREAD_PTHREAD_H_INCLUDED
|
||||
#ifndef RUBY_THREAD_PTHREAD_H
|
||||
#define RUBY_THREAD_PTHREAD_H
|
||||
|
||||
#include <pthread.h>
|
||||
typedef pthread_t rb_thread_id_t;
|
||||
|
@ -21,4 +21,4 @@ typedef struct native_thread_data_struct {
|
|||
pthread_cond_t sleep_cond;
|
||||
} native_thread_data_t;
|
||||
|
||||
#endif /* THREAD_PTHREAD_H_INCLUDED */
|
||||
#endif /* RUBY_THREAD_PTHREAD_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue