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

ruby-changes:23870

From: akr <ko1@a...>
Date: Tue, 5 Jun 2012 20:00:00 +0900 (JST)
Subject: [ruby-changes:23870] akr:r35921 (trunk): * process.c (strtok): declaration removed because it is not used.

akr	2012-06-05 19:59:51 +0900 (Tue, 05 Jun 2012)

  New Revision: 35921

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

  Log:
    * process.c (strtok): declaration removed because it is not used.

  Modified files:
    trunk/ChangeLog
    trunk/process.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 35920)
+++ ChangeLog	(revision 35921)
@@ -1,3 +1,7 @@
+Tue Jun  5 19:59:13 2012  Tanaka Akira  <akr@f...>
+
+	* process.c (strtok): declaration removed because it is not used.
+
 Tue Jun  5 19:33:51 2012  Tanaka Akira  <akr@f...>
 
 	* process.c (proc_spawn): don't detect simple command line here
Index: process.c
===================================================================
--- process.c	(revision 35920)
+++ process.c	(revision 35921)
@@ -982,10 +982,6 @@
     return rb_detach_process(NUM2PIDT(pid));
 }
 
-#ifndef HAVE_STRING_H
-char *strtok();
-#endif
-
 static int forked_child = 0;
 
 #ifdef SIGPIPE

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

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