From 821188d3962d9085a52435ae28a43cbfee114fed Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 20 Jul 1994 19:32:24 +0000 Subject: [PATCH] Move #undef static before the includes. --- src/s/usg5-4.h | 12 ++++++------ 1 file 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 +/* *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 . Get to get struct * tchars. But get 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 -/* *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 -- 2.39.5