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

ruby-changes:43499

From: naruse <ko1@a...>
Date: Mon, 4 Jul 2016 16:05:04 +0900 (JST)
Subject: [ruby-changes:43499] naruse:r55572 (trunk): fix typo

naruse	2016-07-04 16:05:00 +0900 (Mon, 04 Jul 2016)

  New Revision: 55572

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=55572

  Log:
    fix typo

  Modified files:
    trunk/process.c
Index: process.c
===================================================================
--- process.c	(revision 55571)
+++ process.c	(revision 55572)
@@ -253,7 +253,7 @@ typedef unsigned long unsigned_clock_t; https://github.com/ruby/ruby/blob/trunk/process.c#L253
 #elif defined(HAVE_LONG_LONG) && SIZEOF_CLOCK_T == SIZEOF_LONG_LONG
 typedef unsigned LONG_LONG unsigned_clock_t;
 #endif
-#ifdef HAVE_SIG_T
+#ifndef HAVE_SIG_T
 typedef void (*sig_t) (int);
 #endif
 

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

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