mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/curses/curses.c (_XOPEN_SOURCE_EXTENDED): Mac OS X standard
headers are inconsistent at this macro. [ruby-core:01432] * ext/curses/extconf.rb: check if _XOPEN_SOURCE_EXTENDED breaks. * ext/tcltklib/stubs.c: Status macro in X11/Xthreads.h bothers winspool.h * instruby.rb: make list at first instead of iterator. [ruby-talk:79347] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4405 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
857d380411
commit
d45bda0bf8
5 changed files with 34 additions and 17 deletions
|
@ -1,8 +1,6 @@
|
|||
int ruby_tcltk_stubs();
|
||||
|
||||
#if defined USE_TCL_STUBS && defined USE_TK_STUBS
|
||||
#include <tcl.h>
|
||||
#include <tk.h>
|
||||
#include "ruby.h"
|
||||
|
||||
#if defined _WIN32 || defined __CYGWIN__
|
||||
|
@ -28,6 +26,9 @@ int ruby_tcltk_stubs();
|
|||
# define TK_NAME "libtk8.9%s"
|
||||
#endif
|
||||
|
||||
#include <tcl.h>
|
||||
#include <tk.h>
|
||||
|
||||
int
|
||||
ruby_tcltk_stubs()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue