From 30afde959bf6434e9cdd31330fdaedd6d070be61 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 2 May 2013 03:35:37 +0000 Subject: [PATCH] * win32/win32.c (poll_child_status): constified. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/win32.c b/win32/win32.c index 1f63426502..452883a770 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -3911,7 +3911,7 @@ poll_child_status(struct ChildRecord *child, int *stat_loc) if (stat_loc) { *stat_loc = exitcode << 8; if (exitcode & 0xC0000000) { - static struct { + static const struct { DWORD status; int sig; } table[] = {