File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 33
33
> _ MacroRepSep_ :\
34
34
>   ;  ; [ _ Token_ ] <sub >_ except delimiters and repetition operators_ </sub >
35
35
>
36
- > _ MacroRepOp_ < sub >2018+</ sub > :\
37
- >   ;  ; ` * ` | ` + ` | ` ? ` < sub >2018+</ sub >
36
+ > _ MacroRepOp_ :\
37
+ >   ;  ; ` * ` | ` + ` | ` ? `
38
38
>
39
39
> _ MacroTranscriber_ :\
40
40
>   ;  ; [ _ DelimTokenTree_ ]
@@ -181,10 +181,6 @@ compiler knows how to expand them properly:
181
181
illegal because it does not have the same number. This requirement applies
182
182
to every layer of nested repetitions.
183
183
184
- > ** Edition Differences** : The ` ? ` repetition operator did not exist before the
185
- > 2018 edition. Prior to the 2018 Edition, ` ? ` was an allowed
186
- > separator token, rather than a repetition operator.
187
-
188
184
## Scoping, Exporting, and Importing
189
185
190
186
For historical reasons, the scoping of macros by example does not work entirely like
You can’t perform that action at this time.
0 commit comments