Move includes before code so that external decls for a few procedures
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sun, 14 Mar 1993 22:15:13 +0000 (22:15 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sun, 14 Mar 1993 22:15:13 +0000 (22:15 +0000)
are visible before the compiler infers decls.

v7/src/microcode/termcap.c

index ac7eb965b08badd73cb01d6b186bd62573d9a7ec..533d4f7a7e40f244a4dd2f776d7af41701559209 100644 (file)
@@ -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