Skip to content

Commit

Permalink
* internal.h (rb_file_const, rb_file_load_ok): moved functions for
Browse files Browse the repository at this point in the history
  internal use only.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Mar 1, 2012
1 parent 27fbcb8 commit 0b89081
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
Thu Mar 1 16:13:18 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>

* internal.h (rb_file_const, rb_file_load_ok): moved functions for
internal use only.

Thu Mar 1 15:40:05 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>

* win32/makedirs.bat: new command to make intermediate
Expand Down
2 changes: 0 additions & 2 deletions include/ruby/intern.h
Expand Up @@ -413,8 +413,6 @@ VALUE rb_file_expand_path(VALUE, VALUE);
VALUE rb_file_s_absolute_path(int, VALUE *);
VALUE rb_file_absolute_path(VALUE, VALUE);
VALUE rb_file_dirname(VALUE fname);
void rb_file_const(const char*, VALUE);
int rb_file_load_ok(const char *);
int rb_find_file_ext_safe(VALUE*, const char* const*, int);
VALUE rb_find_file_safe(VALUE, int);
int rb_find_file_ext(VALUE*, const char* const*);
Expand Down
2 changes: 2 additions & 0 deletions internal.h
Expand Up @@ -93,6 +93,8 @@ void rb_call_end_proc(VALUE data);
/* file.c */
VALUE rb_home_dir(const char *user, VALUE result);
VALUE rb_realpath_internal(VALUE basedir, VALUE path, int strict);
void rb_file_const(const char*, VALUE);
int rb_file_load_ok(const char *);
void Init_File(void);

/* gc.c */
Expand Down

0 comments on commit 0b89081

Please sign in to comment.