mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Made some more things static, and other cleanup for new naming scheme
This commit is contained in:
parent
78c0535a22
commit
cd938fc5a1
5 changed files with 10 additions and 11 deletions
|
@ -31,7 +31,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include "graminit.h"
|
||||
#include "errcode.h"
|
||||
|
||||
object *
|
||||
static object *
|
||||
node2tuple(n)
|
||||
node *n;
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue