From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2116) id 0F3153858D28; Mon, 6 Mar 2023 04:02:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0F3153858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678075333; bh=yuw2889ta3wcyGZ8AcsmjVcqPovdqYn7wFlZJeIeyms=; h=From:To:Subject:Date:From; b=lILkex+lS5eQmiTm7rQxYlvwT4+7mGJr/CAMgU5k7fWG10iA6qfn7PxhN/DlFfVDR 8XEOIf2E7x9S/UnoUuC17qhHgyBebLWpH0o7MsE3K6vIkpJAOVlhFYwl6NDljgqJd7 4tPGqqI1/77foa+uby0dAouG9Usz0Mymv1YY/wSQ= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Ian Lance Taylor To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-6499] libgo: revert incorrectly committed change X-Act-Checkin: gcc X-Git-Author: Ian Lance Taylor X-Git-Refname: refs/heads/master X-Git-Oldrev: fa9fd689307b465aad4420f73b453198a9ac4afd X-Git-Newrev: c5e77e98af16d5a28a01f18d096665fd3d388994 Message-Id: <20230306040213.0F3153858D28@sourceware.org> Date: Mon, 6 Mar 2023 04:02:13 +0000 (GMT) List-Id: https://gcc.gnu.org/g:c5e77e98af16d5a28a01f18d096665fd3d388994 commit r13-6499-gc5e77e98af16d5a28a01f18d096665fd3d388994 Author: Ian Lance Taylor Date: Sun Mar 5 20:00:46 2023 -0800 libgo: revert incorrectly committed change This directory should be changed upstream, not in the GCC repo. Diff: --- libgo/misc/cgo/test/callback_c.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libgo/misc/cgo/test/callback_c.c b/libgo/misc/cgo/test/callback_c.c index ee9397cb496..8921b7306c6 100644 --- a/libgo/misc/cgo/test/callback_c.c +++ b/libgo/misc/cgo/test/callback_c.c @@ -32,7 +32,6 @@ IntoC(void) } #ifdef WIN32 -#define WIN32_LEAN_AND_MEAN #include long long mysleep(int seconds) {