mirror of
https://github.com/ruby/ruby.git
synced 2025-08-25 14:05:02 +02:00
merges r20933 from trunk into ruby_1_9_1.
* include/ruby/st.h: need to include defines.h because LONG_LONG is defined there. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
298cae677d
commit
d8bb885d5e
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Dec 23 14:18:14 2008 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* include/ruby/st.h: need to include defines.h because LONG_LONG is
|
||||
defined there.
|
||||
|
||||
Tue Dec 23 13:52:05 2008 Eric Hodel <drbrain@segment7.net>
|
||||
|
||||
* lib/rdoc/parser/c.rb: Don't coalesce adjacent comment blocks.
|
||||
|
|
|
@ -14,6 +14,7 @@ extern "C" {
|
|||
|
||||
#ifndef RUBY_LIB
|
||||
#include "ruby/config.h"
|
||||
#include "ruby/defines.h"
|
||||
#ifdef RUBY_EXTCONF_H
|
||||
#include RUBY_EXTCONF_H
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue