From: Guillermo J. Rozas Date: Sun, 14 Mar 1993 22:15:13 +0000 (+0000) Subject: Move includes before code so that external decls for a few procedures X-Git-Tag: 20090517-FFI~8417 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=be817e6aa8c906e28989152b07ffa8a4af6dacb8;p=mit-scheme.git Move includes before code so that external decls for a few procedures are visible before the compiler infers decls. --- 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