* 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/trunk@6055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2004-03-31 03:05:22 +00:00
parent 189febdf24
commit 111d2ad8c5
3 changed files with 10 additions and 6 deletions

2
ruby.h
View file

@ -673,8 +673,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 */