diff options
| author | Andreas Schwab | 2004-11-07 11:08:45 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2004-11-07 11:08:45 +0000 |
| commit | b72915a740baf0b2b2f46230ef3494e1925af4bc (patch) | |
| tree | a3ab4f84b6a1b838e888a305e3eef1e80daa722a /src/fileio.c | |
| parent | b7f349973518f4230643559237363b30f19e1003 (diff) | |
| download | emacs-b72915a740baf0b2b2f46230ef3494e1925af4bc.tar.gz emacs-b72915a740baf0b2b2f46230ef3494e1925af4bc.zip | |
Don't declare Fmsdos_downcase_filename.
Diffstat (limited to 'src/fileio.c')
| -rw-r--r-- | src/fileio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index 1fd0030a4f7..aa37c296eb3 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -89,7 +89,6 @@ extern int errno; | |||
| 89 | #ifdef MSDOS | 89 | #ifdef MSDOS |
| 90 | #include "msdos.h" | 90 | #include "msdos.h" |
| 91 | #include <sys/param.h> | 91 | #include <sys/param.h> |
| 92 | extern Lisp_Object Fmsdos_downcase_filename P_ ((Lisp_Object)); | ||
| 93 | #if __DJGPP__ >= 2 | 92 | #if __DJGPP__ >= 2 |
| 94 | #include <fcntl.h> | 93 | #include <fcntl.h> |
| 95 | #include <string.h> | 94 | #include <string.h> |