diff options
| author | Joakim Verona | 2010-04-03 22:21:58 +0200 |
|---|---|---|
| committer | Joakim Verona | 2010-04-03 22:21:58 +0200 |
| commit | 245e223a57ac14d168702891f6efbe0eb11b0384 (patch) | |
| tree | be6f5e3324a4ddaaf89ff0e64fbec3140e537c0a /src/process.c | |
| parent | 3de25479216a2ecec509df8933047873d084f708 (diff) | |
| parent | 202ff0d6ee56d743219c01870be24ccc0d14b429 (diff) | |
| download | emacs-245e223a57ac14d168702891f6efbe0eb11b0384.tar.gz emacs-245e223a57ac14d168702891f6efbe0eb11b0384.zip | |
merge from trunk
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 43fa78c7bd4..3c539024b0a 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -195,10 +195,6 @@ extern int serial_open (char *port); | |||
| 195 | extern void serial_configure (struct Lisp_Process *p, Lisp_Object contact); | 195 | extern void serial_configure (struct Lisp_Process *p, Lisp_Object contact); |
| 196 | #endif | 196 | #endif |
| 197 | 197 | ||
| 198 | #ifndef USE_CRT_DLL | ||
| 199 | extern int errno; | ||
| 200 | #endif | ||
| 201 | |||
| 202 | #ifndef HAVE_H_ERRNO | 198 | #ifndef HAVE_H_ERRNO |
| 203 | extern int h_errno; | 199 | extern int h_errno; |
| 204 | #endif | 200 | #endif |