Mercurial > hg > xemacs-beta
comparison src/sysproc.h @ 217:d44af0c54775 r20-4b7
Import from CVS: tag r20-4b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:08:34 +0200 |
parents | 41ff10fd062f |
children | 65c19d2020f7 |
comparison
equal
deleted
inserted
replaced
216:43306a74e31c | 217:d44af0c54775 |
---|---|
103 #ifdef EMACS_BTL | 103 #ifdef EMACS_BTL |
104 extern int cadillac_stop_logging (); | 104 extern int cadillac_stop_logging (); |
105 extern int cadillac_start_logging (); | 105 extern int cadillac_start_logging (); |
106 #endif | 106 #endif |
107 | 107 |
108 #ifdef ENERGIZE | |
109 extern Lisp_Object energize_get_buffer_process (Lisp_Object); | |
110 extern Lisp_Object Fenergize_user_input_buffer_mark (Lisp_Object); | |
111 extern Lisp_Object Venergize_process; | |
112 #endif | |
113 | |
114 extern int poll_fds_for_input (SELECT_TYPE mask); | 108 extern int poll_fds_for_input (SELECT_TYPE mask); |
115 | 109 |
116 #ifdef MSDOS | 110 #ifdef MSDOS |
117 /* #include <process.h> */ | 111 /* #include <process.h> */ |
118 /* Damn that local process.h! Instead we can define P_WAIT ourselves. */ | 112 /* Damn that local process.h! Instead we can define P_WAIT ourselves. */ |