diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dosfns.c | 3 | ||||
| -rw-r--r-- | src/msdos.c | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/dosfns.c b/src/dosfns.c index 0561a941162..e87b63cf8da 100644 --- a/src/dosfns.c +++ b/src/dosfns.c | |||
| @@ -23,7 +23,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 23 | /* The entire file is within this conditional */ | 23 | /* The entire file is within this conditional */ |
| 24 | 24 | ||
| 25 | #include <stdio.h> | 25 | #include <stdio.h> |
| 26 | /* gettine and settime in dos.h clash with their namesakes from | 26 | /* gettime and settime in dos.h clash with their namesakes from |
| 27 | gnulib, so we move out of our way the prototypes in dos.h. */ | 27 | gnulib, so we move out of our way the prototypes in dos.h. */ |
| 28 | #define gettime dos_h_gettime_ | 28 | #define gettime dos_h_gettime_ |
| 29 | #define settime dos_h_settime_ | 29 | #define settime dos_h_settime_ |
| @@ -770,4 +770,3 @@ If zero, the decimal point key returns the country code specific value. */); | |||
| 770 | dos_decimal_point = 0; | 770 | dos_decimal_point = 0; |
| 771 | } | 771 | } |
| 772 | #endif /* MSDOS */ | 772 | #endif /* MSDOS */ |
| 773 | |||
diff --git a/src/msdos.c b/src/msdos.c index 4dec901988b..ba26b7462e4 100644 --- a/src/msdos.c +++ b/src/msdos.c | |||
| @@ -31,7 +31,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 31 | #include <time.h> | 31 | #include <time.h> |
| 32 | #include <sys/param.h> | 32 | #include <sys/param.h> |
| 33 | #include <sys/time.h> | 33 | #include <sys/time.h> |
| 34 | /* gettine and settime in dos.h clash with their namesakes from | 34 | /* gettime and settime in dos.h clash with their namesakes from |
| 35 | gnulib, so we move out of our way the prototypes in dos.h. */ | 35 | gnulib, so we move out of our way the prototypes in dos.h. */ |
| 36 | #define gettime dos_h_gettime_ | 36 | #define gettime dos_h_gettime_ |
| 37 | #define settime dos_h_settime_ | 37 | #define settime dos_h_settime_ |