Added forward declaration (to satisfy Standard C).

This commit is contained in:
Guido van Rossum 1991-04-03 19:03:52 +00:00
parent d594c91293
commit 66f1fa83f1
1 changed files with 3 additions and 0 deletions

View 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