From 40a59e5155639151b369097fc9cecd5e47a0a278 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Wed, 8 Nov 1989 09:59:30 +0000 Subject: add declarations of functions which got implicitly declared incorrectly. --- zwgc/exec.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zwgc/exec.c') diff --git a/zwgc/exec.c b/zwgc/exec.c index 48064ec..674f637 100644 --- a/zwgc/exec.c +++ b/zwgc/exec.c @@ -34,6 +34,8 @@ static char rcsid_exec_c[] = "$Header$"; #include "variables.h" #include "notice.h" +static int exec_subtree(), exec_fields(); + /****************************************************************************/ /* */ /* Utility subroutines: */ -- cgit v1.2.3