@@ -1604,39 +1604,39 @@ specifies availability for the current target platform, the availability
1604
1604
attributes are ignored. Supported platforms are:
1605
1605
1606
1606
``ios``
1607
- Apple's iOS operating system. The minimum deployment target is specified
1608
- as part of the ``-target *arch*-apple-ios*version*`` command line argument.
1609
- Alternatively, it can be specified by the ``-mtargetos=ios*version*``
1607
+ Apple's iOS operating system. The minimum deployment target is specified
1608
+ as part of the ``-target *arch*-apple-ios*version*`` command line argument.
1609
+ Alternatively, it can be specified by the ``-mtargetos=ios*version*``
1610
1610
command-line argument.
1611
1611
1612
1612
``macos``
1613
- Apple's macOS operating system. The minimum deployment target is specified
1614
- as part of the ``-target *arch*-apple-macos*version*`` command line argument.
1615
- Alternatively, it can be specified by the ``-mtargetos=macos*version*``
1616
- command-line argument. ``macosx`` is supported for
1613
+ Apple's macOS operating system. The minimum deployment target is specified
1614
+ as part of the ``-target *arch*-apple-macos*version*`` command line argument.
1615
+ Alternatively, it can be specified by the ``-mtargetos=macos*version*``
1616
+ command-line argument. ``macosx`` is supported for
1617
1617
backward-compatibility reasons, but it is deprecated.
1618
1618
1619
1619
``tvos``
1620
- Apple's tvOS operating system. The minimum deployment target is specified
1621
- as part of the ``-target *arch*-apple-tvos*version*`` command line argument.
1622
- Alternatively, it can be specified by the ``-mtargetos=tvos*version*``
1620
+ Apple's tvOS operating system. The minimum deployment target is specified
1621
+ as part of the ``-target *arch*-apple-tvos*version*`` command line argument.
1622
+ Alternatively, it can be specified by the ``-mtargetos=tvos*version*``
1623
1623
command-line argument.
1624
1624
1625
1625
``watchos``
1626
1626
Apple's watchOS operating system. The minimum deployment target is specified
1627
- as part of the ``-target *arch*-apple-watchos*version*`` command line argument.
1628
- Alternatively, it can be specified by the ``-mtargetos=watchos*version*``
1627
+ as part of the ``-target *arch*-apple-watchos*version*`` command line argument.
1628
+ Alternatively, it can be specified by the ``-mtargetos=watchos*version*``
1629
1629
command-line argument.
1630
1630
1631
1631
``visionos``
1632
1632
Apple's visionOS operating system. The minimum deployment target is specified
1633
- as part of the ``-target *arch*-apple-visionos*version*`` command line argument.
1634
- Alternatively, it can be specified by the ``-mtargetos=visionos*version*``
1633
+ as part of the ``-target *arch*-apple-visionos*version*`` command line argument.
1634
+ Alternatively, it can be specified by the ``-mtargetos=visionos*version*``
1635
1635
command-line argument.
1636
1636
1637
1637
``driverkit``
1638
1638
Apple's DriverKit userspace kernel extensions. The minimum deployment target
1639
- is specified as part of the ``-target *arch*-apple-driverkit*version*``
1639
+ is specified as part of the ``-target *arch*-apple-driverkit*version*``
1640
1640
command line argument.
1641
1641
1642
1642
A declaration can typically be used even when deploying back to a platform
@@ -7522,7 +7522,7 @@ means that it can e.g no longer be part of an initializer expression.
7522
7522
7523
7523
/* This may print something else than "6 * 7 = 42",
7524
7524
if there is a non-weak definition of "ANSWER" in
7525
- an object linked in */
7525
+ an object linked in */
7526
7526
printf("6 * 7 = %d\n", ANSWER);
7527
7527
7528
7528
return 0;
0 commit comments