File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22//
33// This source file is part of the Swift.org open source project
44//
5- // Copyright (c) 2021 - 2023 Apple Inc. and the Swift project authors
5+ // Copyright (c) 2021 - 2025 Apple Inc. and the Swift project authors
66// Licensed under Apache License v2.0 with Runtime Library Exception
77//
88// See https://swift.org/LICENSE.txt for license information
7878// A feature that's both suppressible and upcoming.
7979// Delegates to whichever the includer defines.
8080#ifndef SUPPRESSIBLE_UPCOMING_FEATURE
81- # if defined(SUPPRESSIBLE_UPCOMING_FEATURE ) && \
81+ # if defined(SUPPRESSIBLE_LANGUAGE_FEATURE ) && \
8282 defined (UPCOMING_FEATURE)
8383# error ambiguous defines when including Features.def
8484# elif defined(SUPPRESSIBLE_LANGUAGE_FEATURE)
You can’t perform that action at this time.
0 commit comments