diff options
| author | Dan Nicolaescu | 2010-04-01 20:10:33 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-04-01 20:10:33 -0700 |
| commit | 42a2c62292ca811bbca455ef738fcde861644d53 (patch) | |
| tree | 047edcf83a31d6a0c29297a5ecb3ccfccafebe97 /src/buffer.c | |
| parent | 8224f93d18d7470f54d5894cb74da0168bddee44 (diff) | |
| download | emacs-42a2c62292ca811bbca455ef738fcde861644d53.tar.gz emacs-42a2c62292ca811bbca455ef738fcde861644d53.zip | |
Remove extern errno declarations.
* xterm.c:
* xrdb.c:
* w32term.c:
* unexec.c:
* unexaix.c:
* sysdep.c:
* process.c:
* lread.c:
* keyboard.c:
* floatfns.c:
* filelock.c:
* fileio.c:
* emacs.c (main):
* ecrt0.c:
* dispnew.c:
* callproc.c:
* buffer.c: Remove errno extern declarations.
* s/netbsd.h (NEED_ERRNO): Remove.
* movemail.c:
* etags.c:
* emacsclient.c: Remove extern errno declarations.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/buffer.c b/src/buffer.c index 0c6e57d45be..9035a986b4c 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -28,11 +28,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 28 | #include <stdio.h> | 28 | #include <stdio.h> |
| 29 | #include <setjmp.h> | 29 | #include <setjmp.h> |
| 30 | 30 | ||
| 31 | #ifndef USE_CRT_DLL | ||
| 32 | extern int errno; | ||
| 33 | #endif | ||
| 34 | |||
| 35 | |||
| 36 | #ifdef HAVE_UNISTD_H | 31 | #ifdef HAVE_UNISTD_H |
| 37 | #include <unistd.h> | 32 | #include <unistd.h> |
| 38 | #endif | 33 | #endif |
| @@ -4627,7 +4622,6 @@ buffer_slot_type_mismatch (newval, type) | |||
| 4627 | #endif | 4622 | #endif |
| 4628 | 4623 | ||
| 4629 | #include <stdio.h> | 4624 | #include <stdio.h> |
| 4630 | #include <errno.h> | ||
| 4631 | 4625 | ||
| 4632 | #if MAP_ANON == 0 | 4626 | #if MAP_ANON == 0 |
| 4633 | #include <fcntl.h> | 4627 | #include <fcntl.h> |