Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 66f1fa8

Browse files
committed
Added forward declaration (to satisfy Standard C).
1 parent d594c91 commit 66f1fa8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Python/import.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4646

4747
static object *modules;
4848

49+
/* Forward */
50+
static int init_builtin PROTO((char *));
51+
4952
/* Initialization */
5053

5154
void

0 commit comments

Comments
 (0)