From bd5567f19dd1845f730a6ffa01270ef67f118193 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 6 Dec 1999 09:04:03 +0000 Subject: 19991206 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 3de072e6b..fc3575ea0 100644 --- a/configure +++ b/configure @@ -3641,7 +3641,7 @@ else int main() { /* Ultrix mips cc rejects this. */ -typedef int charset[2]; const charset x; +typedef int charset[2]; const charset x = {0,0}; /* SunOS 4.1.1 cc rejects this. */ char const *const *ccp; char **p; @@ -3783,7 +3783,7 @@ else int main() { - if (-1==(-1>>1)) + if (-1==(-1>>(unsigned)1)) return 0; return 1; } -- cgit