diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-07-20 19:32:24 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-07-20 19:32:24 +0000 |
commit | 821188d3962d9085a52435ae28a43cbfee114fed (patch) | |
tree | f10427ce87c74a82cbcd5263eb76f06258cd4193 /src/s/usg5-4.h | |
parent | a8004e4b313254c72876a48dbf5217bb4f8499bf (diff) | |
download | emacs-821188d3962d9085a52435ae28a43cbfee114fed.tar.gz |
Move #undef static before the includes.
Diffstat (limited to 'src/s/usg5-4.h')
-rw-r--r-- | src/s/usg5-4.h | 12 |
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 |