From f214edceb8cd97058c2682efb7b321d923e4ff02 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 29 Jan 2024 09:45:35 -0700 Subject: Rename SEARCH_ALL The constant SEARCH_ALL conflicts with a define in a Windows header. This patch renames the constant to SEARCH_ALL_DOMAINS to avoid the conflict. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=31307 --- gdb/ada-lang.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/ada-lang.c') diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c index f1d01ec..52bae58 100644 --- a/gdb/ada-lang.c +++ b/gdb/ada-lang.c @@ -13533,7 +13533,7 @@ public: NULL, NULL, SEARCH_GLOBAL_BLOCK | SEARCH_STATIC_BLOCK, - SEARCH_ALL); + SEARCH_ALL_DOMAINS); /* At this point scan through the misc symbol vectors and add each symbol you find to the list. Eventually we want to ignore -- cgit v1.1