changeset 8300:95b09cdfc59d

Move #undef static before the includes.
author Richard M. Stallman <rms@gnu.org>
date Wed, 20 Jul 1994 19:32:24 +0000
parents bc8c9c72e3bf
children c01188c50e70
files src/s/usg5-4.h
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/usg5-4.h	Wed Jul 20 19:27:19 1994 +0000
+++ b/src/s/usg5-4.h	Wed Jul 20 19:32:24 1994 +0000
@@ -71,6 +71,12 @@
 
 #define UNEXEC unexelf.o
 
+/* <sys/stat.h> *defines* stat(2) as a static function.  If "static"
+ * is blank, then many files will have a public definition for stat(2).
+ */
+
+#undef static
+
 /* Get FIONREAD from <sys/filio.h>.  Get <sys/ttold.h> to get struct
  * tchars. But get <termio.h> first to make sure ttold.h doesn't
  * interfere.  And don't try to use SIGIO yet.
@@ -102,12 +108,6 @@
 #define HAVE_SELECT
 #define HAVE_TIMEVAL
 
-/* <sys/stat.h> *defines* stat(2) as a static function.  If "static"
- * is blank, then many files will have a public definition for stat(2).
- */
-
-#undef static
-
 /* We need bss_end from emacs.c for undumping */
 
 #ifndef USG_SHARED_LIBRARIES