1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

change path of vms.h

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akiyoshi 2004-12-09 07:08:31 +00:00
parent 947cf31bab
commit d1b57054e0
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
Thu Dec 9 16:05:00 2004 Akiyoshi, Masamichi <akiyoshi@hp.com>
* defines.h: change path of vms.h
* vms/vms.h: delete reference for snprintf()
* vms/config.h: new file
* vms/config.h_in: deleted
Thu Dec 9 14:38:35 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
* string.c (rb_str_inspect): escape # which starts an expression

View file

@ -185,7 +185,7 @@ typedef int pid_t;
#endif
#if defined(__VMS)
#include "vms/vms.h"
#include "vms.h"
#endif
#if defined(__BEOS__)