1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05: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:
nobu 2008-01-18 08:56:11 +00:00
parent 3a4bfbad09
commit 8a9993dfee
10 changed files with 38 additions and 26 deletions

View file

@ -1,5 +1,5 @@
#ifndef REGENC_H
#define REGENC_H
#ifndef ONIGURUMA_REGENC_H
#define ONIGURUMA_REGENC_H
/**********************************************************************
regenc.h - Oniguruma (regular expression library)
**********************************************************************/
@ -204,4 +204,4 @@ extern int ONIG_ENC_REGISTER(const char *, OnigEncodingType*);
#define ENC_ALIAS(name, orig)
#define ENC_DUMMY(name)
#endif /* REGENC_H */
#endif /* ONIGURUMA_REGENC_H */