]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Supply missing prototypes for new Py_{Get,Set}RecursionLimit; fixes compiler wngs;
authorTim Peters <tim.peters@gmail.com>
Fri, 1 Sep 2000 00:01:58 +0000 (00:01 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 1 Sep 2000 00:01:58 +0000 (00:01 +0000)
commit51de6906be81dda5ff7af6cf65691b76afd42ec7
tree0dd3b5c190c5a04e839c74cec4563eeee3dceec1
parent9a2d9d7f04f2ed08574c670bb5ee8ead2a4048ce
Supply missing prototypes for new Py_{Get,Set}RecursionLimit; fixes compiler wngs;
un-analize Get's definition ("void" is needed only in declarations, not defns, &
is generally considered bad style in the latter).
Include/ceval.h
Python/ceval.c