]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added forward declaration (to satisfy Standard C).
authorGuido van Rossum <guido@python.org>
Wed, 3 Apr 1991 19:03:52 +0000 (19:03 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 3 Apr 1991 19:03:52 +0000 (19:03 +0000)
Python/import.c

index 2744df01bd926219d8da52c8f89290504e29f3c0..d1da0015824f7c3ec28df6a69653e98f46e710fe 100644 (file)
@@ -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