mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
8b7999406e
commit
a0e3fe5d7c
3 changed files with 7 additions and 2 deletions
|
@ -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>
|
Thu Aug 21 09:29:01 2008 Shugo Maeda <shugo@ruby-lang.org>
|
||||||
|
|
||||||
* strftime.c (rb_strftime): return "UTC" instead of "GMT".
|
* strftime.c (rb_strftime): return "UTC" instead of "GMT".
|
||||||
|
|
|
@ -413,7 +413,6 @@ mkdir.$(OBJEXT): {$(VPATH)}mkdir.c
|
||||||
strchr.$(OBJEXT): {$(VPATH)}strchr.c
|
strchr.$(OBJEXT): {$(VPATH)}strchr.c
|
||||||
strdup.$(OBJEXT): {$(VPATH)}strdup.c
|
strdup.$(OBJEXT): {$(VPATH)}strdup.c
|
||||||
strerror.$(OBJEXT): {$(VPATH)}strerror.c
|
strerror.$(OBJEXT): {$(VPATH)}strerror.c
|
||||||
strftime.$(OBJEXT): {$(VPATH)}strftime.c
|
|
||||||
strstr.$(OBJEXT): {$(VPATH)}strstr.c
|
strstr.$(OBJEXT): {$(VPATH)}strstr.c
|
||||||
strtod.$(OBJEXT): {$(VPATH)}strtod.c
|
strtod.$(OBJEXT): {$(VPATH)}strtod.c
|
||||||
strtol.$(OBJEXT): {$(VPATH)}strtol.c
|
strtol.$(OBJEXT): {$(VPATH)}strtol.c
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
* January 1996
|
* January 1996
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ruby/ruby.h"
|
#include "ruby/config.h"
|
||||||
|
|
||||||
#ifndef GAWK
|
#ifndef GAWK
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue