Mercurial > hg > xemacs-beta
comparison src/sysdep.h @ 404:2f8bb876ab1d r21-2-32
Import from CVS: tag r21-2-32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:16:07 +0200 |
parents | 74fd4e045ea6 |
children | de805c49cfc1 |
comparison
equal
deleted
inserted
replaced
403:9f011ab08d48 | 404:2f8bb876ab1d |
---|---|
25 | 25 |
26 #include <setjmp.h> | 26 #include <setjmp.h> |
27 | 27 |
28 #ifndef WINDOWSNT | 28 #ifndef WINDOWSNT |
29 extern char **environ; | 29 extern char **environ; |
30 #endif | |
31 | |
32 #ifdef PDUMP | |
33 int pdump_read_file (char **pdump_start_pos, size_t *pdump_length); | |
30 #endif | 34 #endif |
31 | 35 |
32 int eight_bit_tty (struct device *d); | 36 int eight_bit_tty (struct device *d); |
33 | 37 |
34 void stuff_char (struct console *con, int c); | 38 void stuff_char (struct console *con, int c); |