| author | |
| committer | |
| log | f657767b600064c520fac0e72da6016508a8b601 |
| tree | 2ce259c22bec07a77f1d9d2520ce47252c5add94 |
| parent | 14bb533203b87d7ef8c7d9434f8efba469ed1b0f |
1 files changed, 1 insertions(+), 1 deletions(-)
doc/langref.html.in+1-1| ... | ... | @@ -7987,7 +7987,7 @@ AsmInput <- COLON AsmInputList AsmClobbers? |
| 7987 | 7987 | |
| 7988 | 7988 | AsmInputItem <- LBRACKET IDENTIFIER RBRACKET STRINGLITERAL LPAREN Expr RPAREN |
| 7989 | 7989 | |
| 7990 | AsmClobbers <- COLON StringList | |
| 7990 | AsmClobbers <- COLON Expr | |
| 7991 | 7991 | |
| 7992 | 7992 | # *** Helper grammar *** |
| 7993 | 7993 | BreakLabel <- COLON IDENTIFIER |