aboutsummaryrefslogtreecommitdiffstats
path: root/regparse.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
commit8a9993dfee20296431ac49ec48860c89160835c1 (patch)
tree261091404f764fc0a2ac423aa322f44b0cb90b2e /regparse.h
parent3a4bfbad0976c60dd557dcdb64b390d055e6446b (diff)
downloadruby-8a9993dfee20296431ac49ec48860c89160835c1.tar.gz
* 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
Diffstat (limited to 'regparse.h')
-rw-r--r--regparse.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/regparse.h b/regparse.h
index 0c5c2c936c..26ebb117e4 100644
--- a/regparse.h
+++ b/regparse.h
@@ -1,5 +1,5 @@
-#ifndef REGPARSE_H
-#define REGPARSE_H
+#ifndef ONIGURUMA_REGPARSE_H
+#define ONIGURUMA_REGPARSE_H
/**********************************************************************
regparse.h - Oniguruma (regular expression library)
**********************************************************************/
@@ -348,4 +348,4 @@ extern int onig_print_names(FILE*, regex_t*);
#endif
#endif
-#endif /* REGPARSE_H */
+#endif /* ONIGURUMA_REGPARSE_H */