mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
SF Patch (but with no patch) 472555 Remove trailing common in enumeration.
Some AIX compiler didn't like the trailing comma at the end of the why_code enum decl.
This commit is contained in:
parent
e82f75aa20
commit
6e6a63f01c
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ enum why_code {
|
|||
WHY_RETURN, /* 'return' statement */
|
||||
WHY_BREAK, /* 'break' statement */
|
||||
WHY_CONTINUE, /* 'continue' statement */
|
||||
WHY_YIELD, /* 'yield' operator */
|
||||
WHY_YIELD /* 'yield' operator */
|
||||
};
|
||||
|
||||
static enum why_code do_raise(PyObject *, PyObject *, PyObject *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue