* ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,

pythonrun.c: added static forward declarations
* pythonrun.h, ceval.h, longobject.h, node.h: removed declarations of
  static routines
This commit is contained in:
Guido van Rossum 1993-11-01 16:28:59 +00:00
parent c7a22703e7
commit b73cc04e62
10 changed files with 14 additions and 10 deletions

View file

@ -30,6 +30,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* Forward */
static void list1node PROTO((FILE *, node *));
static void listnode PROTO((FILE *, node *));
void
listtree(n)