]> git.eshelyaron.com Git - emacs.git/commitdiff
Move #undef static before the includes.
authorRichard M. Stallman <rms@gnu.org>
Wed, 20 Jul 1994 19:32:24 +0000 (19:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 20 Jul 1994 19:32:24 +0000 (19:32 +0000)
src/s/usg5-4.h

index f8e6ae9a6958b5ec163239bad15cc4adc4975ddb..275382a030bad8922043999ba9fe916ae005618e 100644 (file)
@@ -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