summaryrefslogtreecommitdiffstats
path: root/regint.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-18 08:56:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-18 08:56:11 +0000
commit065a055037dde6534b0899a371cd5c8b45d8407c (patch)
tree261091404f764fc0a2ac423aa322f44b0cb90b2e /regint.h
parentccfedba8b4cebf9285189c5d21f7cb008235d6b2 (diff)
downloadruby-065a055037dde6534b0899a371cd5c8b45d8407c.tar.gz
ruby-065a055037dde6534b0899a371cd5c8b45d8407c.tar.xz
ruby-065a055037dde6534b0899a371cd5c8b45d8407c.zip
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@15112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'regint.h')
-rw-r--r--regint.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/regint.h b/regint.h
index 58b3b4ab9..c88010381 100644
--- a/regint.h
+++ b/regint.h
@@ -1,5 +1,5 @@
-#ifndef REGINT_H
-#define REGINT_H
+#ifndef ONIGURUMA_REGINT_H
+#define ONIGURUMA_REGINT_H
/**********************************************************************
regint.h - Oniguruma (regular expression library)
**********************************************************************/
@@ -841,4 +841,4 @@ typedef int (*ONIGENC_INIT_PROPERTY_LIST_FUNC_TYPE)(void);
extern int onigenc_property_list_init P_((ONIGENC_INIT_PROPERTY_LIST_FUNC_TYPE));
-#endif /* REGINT_H */
+#endif /* ONIGURUMA_REGINT_H */