From: Richard M. Stallman Date: Wed, 20 Jul 1994 19:32:24 +0000 (+0000) Subject: Move #undef static before the includes. X-Git-Tag: emacs-19.34~7553 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=821188d3962d9085a52435ae28a43cbfee114fed;p=emacs.git Move #undef static before the includes. --- 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