Skip to content

Commit

Permalink
t-add-to-darwin-attr-handling
Browse files Browse the repository at this point in the history
  • Loading branch information
iains committed Apr 23, 2024
1 parent 09322e4 commit b5cb04a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcc/config/darwin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2336,10 +2336,10 @@ darwin_handle_weak_import_attribute (tree *node, tree name,
return NULL_TREE;
}

#define NUM_AV_OSES 12
#define NUM_AV_OSES 13
const char *availability_os[NUM_AV_OSES]
= { "macos", "macosx", "ios", "tvos", "watchos", "driverkit", "swift",
"maccatalyst", "xros", "visionos", "android", "zos" };
"maccatalyst", "macCatalyst", "xros", "visionos", "android", "zos" };

#define NUM_AV_CLAUSES 6
const char *availability_clause[NUM_AV_CLAUSES]
Expand Down

0 comments on commit b5cb04a

Please sign in to comment.