Added forward declaration (to satisfy Standard C).
This commit is contained in:
parent
d594c91293
commit
66f1fa83f1
|
@ -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…
Reference in New Issue