Kaydet (Commit) 66f1fa83 authored tarafından Guido van Rossum's avatar Guido van Rossum

Added forward declaration (to satisfy Standard C).

üst d594c912
...@@ -46,6 +46,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ...@@ -46,6 +46,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
static object *modules; static object *modules;
/* Forward */
static int init_builtin PROTO((char *));
/* Initialization */ /* Initialization */
void void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment