diff options
| author | Richard M. Stallman | 1994-01-17 01:40:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-01-17 01:40:01 +0000 |
| commit | c21a657e1aab70dac3b3565e06ac2dad266b593d (patch) | |
| tree | c33549b159b4a62aafc0a8a3bec5b62d5567b63a /src/s/gnu-linux.h | |
| parent | 2396e3dabe3fa5d71ebd1d598dcdae5f5e3c25d8 (diff) | |
| download | emacs-c21a657e1aab70dac3b3565e06ac2dad266b593d.tar.gz emacs-c21a657e1aab70dac3b3565e06ac2dad266b593d.zip | |
Don't include stdio.h.
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 87156991c50..3cdf0668413 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -156,7 +156,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 156 | /* This is needed for disknew.c:update_frame() */ | 156 | /* This is needed for disknew.c:update_frame() */ |
| 157 | 157 | ||
| 158 | #ifdef emacs | 158 | #ifdef emacs |
| 159 | #include <stdio.h> | ||
| 160 | #ifdef _IO_STDIO_H | 159 | #ifdef _IO_STDIO_H |
| 161 | /* new C libio names */ | 160 | /* new C libio names */ |
| 162 | #define PENDING_OUTPUT_COUNT(FILE) \ | 161 | #define PENDING_OUTPUT_COUNT(FILE) \ |