зеркало из https://github.com/github/ruby.git
* strftime.c: include ruby/config.h instead of ruby/ruby.h.
* common.mk: removed the old rule for missing/strftime.c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
8b7999406e
Коммит
a0e3fe5d7c
|
@ -1,3 +1,9 @@
|
|||
Thu Aug 21 14:22:50 2008 Shugo Maeda <shugo@ruby-lang.org>
|
||||
|
||||
* strftime.c: include ruby/config.h instead of ruby/ruby.h.
|
||||
|
||||
* common.mk: removed the old rule for missing/strftime.c.
|
||||
|
||||
Thu Aug 21 09:29:01 2008 Shugo Maeda <shugo@ruby-lang.org>
|
||||
|
||||
* strftime.c (rb_strftime): return "UTC" instead of "GMT".
|
||||
|
|
|
@ -413,7 +413,6 @@ mkdir.$(OBJEXT): {$(VPATH)}mkdir.c
|
|||
strchr.$(OBJEXT): {$(VPATH)}strchr.c
|
||||
strdup.$(OBJEXT): {$(VPATH)}strdup.c
|
||||
strerror.$(OBJEXT): {$(VPATH)}strerror.c
|
||||
strftime.$(OBJEXT): {$(VPATH)}strftime.c
|
||||
strstr.$(OBJEXT): {$(VPATH)}strstr.c
|
||||
strtod.$(OBJEXT): {$(VPATH)}strtod.c
|
||||
strtol.$(OBJEXT): {$(VPATH)}strtol.c
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
* January 1996
|
||||
*/
|
||||
|
||||
#include "ruby/ruby.h"
|
||||
#include "ruby/config.h"
|
||||
|
||||
#ifndef GAWK
|
||||
#include <stdio.h>
|
||||
|
|
Загрузка…
Ссылка в новой задаче