From 33f89dbaf81e40d6e7a6ce17519e30fa435f941a Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 31 Mar 2004 03:05:22 +0000 Subject: * intern.h: provide proper prototypes. [ruby-core:02724] * ruby.h: missing.h is now prerequisite to intern.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ruby.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ruby.h') diff --git a/ruby.h b/ruby.h index fd62a89294..db3280b905 100644 --- a/ruby.h +++ b/ruby.h @@ -667,8 +667,8 @@ rb_special_const_p(obj) return Qfalse; } -#include "intern.h" #include "missing.h" +#include "intern.h" #if defined(EXTLIB) && defined(USE_DLN_A_OUT) /* hook for external modules */ -- cgit v1.2.3