1
0
Fork 0
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:
shugo 2008-08-21 05:28:25 +00:00
parent 8b7999406e
commit a0e3fe5d7c
3 changed files with 7 additions and 2 deletions

View file

@ -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".

View file

@ -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

View file

@ -45,7 +45,7 @@
* January 1996
*/
#include "ruby/ruby.h"
#include "ruby/config.h"
#ifndef GAWK
#include <stdio.h>