From be817e6aa8c906e28989152b07ffa8a4af6dacb8 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Sun, 14 Mar 1993 22:15:13 +0000 Subject: [PATCH] Move includes before code so that external decls for a few procedures are visible before the compiler infers decls. --- v7/src/microcode/termcap.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/v7/src/microcode/termcap.c b/v7/src/microcode/termcap.c index ac7eb965b..533d4f7a7 100644 --- a/v7/src/microcode/termcap.c +++ b/v7/src/microcode/termcap.c @@ -115,6 +115,13 @@ what you give them. Help stamp out software-hoarding! */ #include "config.h" #endif +#ifdef MIT_SCHEME +# include "oscond.h" +# ifdef _UNIX +# include "ux.h" +# endif +#endif + #ifndef BUFSIZE #ifdef DEBUG #define BUFSIZE bufsize @@ -155,13 +162,6 @@ xrealloc (ptr, size) } #endif /* not emacs */ -#ifdef MIT_SCHEME -# include "oscond.h" -# ifdef _UNIX -# include "ux.h" -# endif -#endif - short ospeed; #ifdef NO_BAUD_CONVERSION -- 2.25.1