Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4c7a04b

Browse files
[3.13]gh-133412: amend docs for theinst definition (GH-133708) (#133730)
gh-133412: amend docs for the `inst` definition (GH-133708)The `stack_effect` is incorrectly documented as being allowed to be optional.(cherry picked from commitf77dac6)Co-authored-by: Nybblista <170842536+nybblista@users.noreply.github.com>
1 parent3e55441 commit4c7a04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Tools/cases_generator/interpreter_definition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ and a piece of C code describing its semantics::
8181
(definition | family | pseudo)+
8282
8383
definition:
84-
"inst" "(" NAME["," stack_effect] ")" "{" C-code "}"
84+
"inst" "(" NAME "," stack_effect ")" "{" C-code "}"
8585
|
8686
"op" "(" NAME "," stack_effect ")" "{" C-code "}"
8787
|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp