summaryrefslogtreecommitdiff
path: root/src/s/usg5-4.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-07-20 19:32:24 +0000
committerRichard M. Stallman <rms@gnu.org>1994-07-20 19:32:24 +0000
commitba00cbe725f28870c89534ff1f48a2c1fea59ee2 (patch)
tree9275ac90985740e3214415436014d1478d82aaa2 /src/s/usg5-4.h
parentc44cdcd987508115c000209f16ac21a96e8b6b11 (diff)
downloademacs-ba00cbe725f28870c89534ff1f48a2c1fea59ee2.tar.gz
Move #undef static before the includes.
Diffstat (limited to 'src/s/usg5-4.h')
-rw-r--r--src/s/usg5-4.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h
index f8e6ae9a695..275382a030b 100644
--- a/src/s/usg5-4.h
+++ b/src/s/usg5-4.h
@@ -71,6 +71,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#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 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#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