diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-31 03:05:22 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-31 03:05:22 +0000 |
| commit | 8d727b17c331a56a1ee1de8a6d6b3978521d051c (patch) | |
| tree | f2af0592589c4f9853b5a99cf52434f525a5fba1 /ruby.h | |
| parent | b71ea05445d2d501faf915b8ab053868157c8016 (diff) | |
| download | ruby-8d727b17c331a56a1ee1de8a6d6b3978521d051c.tar.gz ruby-8d727b17c331a56a1ee1de8a6d6b3978521d051c.tar.xz ruby-8d727b17c331a56a1ee1de8a6d6b3978521d051c.zip | |
* intern.h: provide proper prototypes. [ruby-core:02724]
* ruby.h: missing.h is now prerequisite to intern.h.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.h')
| -rw-r--r-- | ruby.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
