diff options
| author | Paul Eggert | 2011-03-14 15:49:41 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-14 15:49:41 -0700 |
| commit | a0977c44540ebf331dde6f673f4fbf735b4e30ac (patch) | |
| tree | 9dda507c4ae8e4b9203fdd5b7d5fd4e15ba2fe25 /src/process.c | |
| parent | a884fdcc41237099dc76548a9b751ceaabefe7de (diff) | |
| download | emacs-a0977c44540ebf331dde6f673f4fbf735b4e30ac.tar.gz emacs-a0977c44540ebf331dde6f673f4fbf735b4e30ac.zip | |
* process.c (serial_open, serial_configure): Move decls from here ...
* systty.h: ... to here, so that they can be checked.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/process.c b/src/process.c index 210287a85f1..c8f329c244b 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -164,10 +164,6 @@ extern Lisp_Object QCfilter; | |||
| 164 | 164 | ||
| 165 | extern const char *get_operating_system_release (void); | 165 | extern const char *get_operating_system_release (void); |
| 166 | 166 | ||
| 167 | /* From sysdep.c or w32.c */ | ||
| 168 | extern int serial_open (char *port); | ||
| 169 | extern void serial_configure (struct Lisp_Process *p, Lisp_Object contact); | ||
| 170 | |||
| 171 | #ifndef HAVE_H_ERRNO | 167 | #ifndef HAVE_H_ERRNO |
| 172 | extern int h_errno; | 168 | extern int h_errno; |
| 173 | #endif | 169 | #endif |