[前][次][番号順一覧][スレッド一覧]

ruby-changes:31292

From: nobu <ko1@a...>
Date: Sun, 20 Oct 2013 15:12:20 +0900 (JST)
Subject: [ruby-changes:31292] nobu:r43371 (trunk): internal.h: remove stale declaration

nobu	2013-10-20 15:12:16 +0900 (Sun, 20 Oct 2013)

  New Revision: 43371

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43371

  Log:
    internal.h: remove stale declaration
    
    * internal.h (rb_w32_init_file): no longer defined since r43362.

  Modified files:
    trunk/internal.h
Index: internal.h
===================================================================
--- internal.h	(revision 43370)
+++ internal.h	(revision 43371)
@@ -421,11 +421,6 @@ NORETURN(void rb_sys_fail_path_in(const https://github.com/ruby/ruby/blob/trunk/internal.h#L421
 # define rb_sys_fail_path(path) rb_sys_fail_str(path)
 #endif
 
-#ifdef _WIN32
-/* file.c, win32/file.c */
-void rb_w32_init_file(void);
-#endif
-
 /* gc.c */
 void Init_heap(void);
 void *ruby_mimmalloc(size_t size);

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]