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 2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
5
- // Copyright (c) 2021 - 2023 Apple Inc. and the Swift project authors
5
+ // Copyright (c) 2021 - 2025 Apple Inc. and the Swift project authors
6
6
// Licensed under Apache License v2.0 with Runtime Library Exception
7
7
//
8
8
// See https://swift.org/LICENSE.txt for license information
78
78
// A feature that's both suppressible and upcoming.
79
79
// Delegates to whichever the includer defines.
80
80
#ifndef SUPPRESSIBLE_UPCOMING_FEATURE
81
- # if defined(SUPPRESSIBLE_UPCOMING_FEATURE ) && \
81
+ # if defined(SUPPRESSIBLE_LANGUAGE_FEATURE ) && \
82
82
defined (UPCOMING_FEATURE)
83
83
# error ambiguous defines when including Features.def
84
84
# elif defined(SUPPRESSIBLE_LANGUAGE_FEATURE)
You can’t perform that action at this time.
0 commit comments