File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11
11
>   ;  ; [ IDENTIFIER]   ; (` = ` ([ STRING_LITERAL] | [ RAW_STRING_LITERAL] ))<sup >?</sup >
12
12
>
13
13
> _ ConfigurationAll_ \
14
- >   ;  ; ` all ` ` ( ` _ ConfigurationPredicate _ ( ` , ` _ ConfigurationPredicate _ )< sup > \* </ sup > ` , ` <sup >?</sup > ` ) `
14
+ >   ;  ; ` all ` ` ( ` _ ConfigurationPredicateList _ <sup >?</sup > ` ) `
15
15
>
16
16
> _ ConfigurationAny_ \
17
- >   ;  ; ` any ` ` ( ` _ ConfigurationPredicate _ ( ` , ` _ ConfigurationPredicate _ )< sup > \* </ sup > ` , ` <sup >?</sup > ` ) `
17
+ >   ;  ; ` any ` ` ( ` _ ConfigurationPredicateList _ <sup >?</sup > ` ) `
18
18
>
19
19
> _ ConfigurationNot_ \
20
20
>   ;  ; ` not ` ` ( ` _ ConfigurationPredicate_ ` ) `
21
+ >
22
+ > _ ConfigurationPredicateList_ \
23
+ >   ;  ; _ ConfigurationPredicate_ (` , ` _ ConfigurationPredicate_ )<sup >\* </sup > ` , ` <sup >?</sup >
21
24
22
25
* Conditionally compiled source code* is source code that may or may not be
23
26
considered a part of the source code depending on certain conditions. <!-- This
@@ -79,12 +82,12 @@ identical.
79
82
80
83
Example values:
81
84
82
- * ` "x86" ` ,
85
+ * ` "x86" `
83
86
* ` "x86_64" `
84
87
* ` "mips" `
85
88
* ` "powerpc" `
86
89
* ` "powerpc64" `
87
- * ` "arm" ` ,
90
+ * ` "arm" `
88
91
* ` "aarch64" `
89
92
90
93
### ` target_os `
You can’t perform that action at this time.
0 commit comments