diff options
| author | Richard M. Stallman | 1994-07-20 19:32:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-07-20 19:32:24 +0000 |
| commit | 821188d3962d9085a52435ae28a43cbfee114fed (patch) | |
| tree | f10427ce87c74a82cbcd5263eb76f06258cd4193 /src | |
| parent | a8004e4b313254c72876a48dbf5217bb4f8499bf (diff) | |
| download | emacs-821188d3962d9085a52435ae28a43cbfee114fed.tar.gz emacs-821188d3962d9085a52435ae28a43cbfee114fed.zip | |
Move #undef static before the includes.
Diffstat (limited to 'src')
| -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. */ | |||
| 71 | 71 | ||
| 72 | #define UNEXEC unexelf.o | 72 | #define UNEXEC unexelf.o |
| 73 | 73 | ||
| 74 | /* <sys/stat.h> *defines* stat(2) as a static function. If "static" | ||
| 75 | * is blank, then many files will have a public definition for stat(2). | ||
| 76 | */ | ||
| 77 | |||
| 78 | #undef static | ||
| 79 | |||
| 74 | /* Get FIONREAD from <sys/filio.h>. Get <sys/ttold.h> to get struct | 80 | /* Get FIONREAD from <sys/filio.h>. Get <sys/ttold.h> to get struct |
| 75 | * tchars. But get <termio.h> first to make sure ttold.h doesn't | 81 | * tchars. But get <termio.h> first to make sure ttold.h doesn't |
| 76 | * interfere. And don't try to use SIGIO yet. | 82 | * interfere. And don't try to use SIGIO yet. |
| @@ -102,12 +108,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 102 | #define HAVE_SELECT | 108 | #define HAVE_SELECT |
| 103 | #define HAVE_TIMEVAL | 109 | #define HAVE_TIMEVAL |
| 104 | 110 | ||
| 105 | /* <sys/stat.h> *defines* stat(2) as a static function. If "static" | ||
| 106 | * is blank, then many files will have a public definition for stat(2). | ||
| 107 | */ | ||
| 108 | |||
| 109 | #undef static | ||
| 110 | |||
| 111 | /* We need bss_end from emacs.c for undumping */ | 111 | /* We need bss_end from emacs.c for undumping */ |
| 112 | 112 | ||
| 113 | #ifndef USG_SHARED_LIBRARIES | 113 | #ifndef USG_SHARED_LIBRARIES |