mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Added forward declaration (to satisfy Standard C).
This commit is contained in:
parent
d594c91293
commit
66f1fa83f1
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
static object *modules;
|
||||
|
||||
/* Forward */
|
||||
static int init_builtin PROTO((char *));
|
||||
|
||||
/* Initialization */
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue