mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
* 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:
parent
189febdf24
commit
111d2ad8c5
3 changed files with 10 additions and 6 deletions
2
ruby.h
2
ruby.h
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue