aboutsummaryrefslogtreecommitdiff
path: root/libgo
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2023-03-05 20:00:46 -0800
committerIan Lance Taylor <iant@golang.org>2023-03-05 20:01:56 -0800
commitc5e77e98af16d5a28a01f18d096665fd3d388994 (patch)
treef3164d8347f6d056a28bcad96f803c7ca0cc91d5 /libgo
parentfa9fd689307b465aad4420f73b453198a9ac4afd (diff)
downloadgcc-c5e77e98af16d5a28a01f18d096665fd3d388994.zip
gcc-c5e77e98af16d5a28a01f18d096665fd3d388994.tar.gz
gcc-c5e77e98af16d5a28a01f18d096665fd3d388994.tar.bz2
libgo: revert incorrectly committed change
This directory should be changed upstream, not in the GCC repo.
Diffstat (limited to 'libgo')
-rw-r--r--libgo/misc/cgo/test/callback_c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/misc/cgo/test/callback_c.c b/libgo/misc/cgo/test/callback_c.c
index ee9397c..8921b73 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 <windows.h>
long long
mysleep(int seconds) {