Mercurial > hg > xemacs-beta
comparison src/symsinit.h @ 274:ca9a9ec9c1c1 r21-0b35
Import from CVS: tag r21-0b35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:29:42 +0200 |
parents | c5d627a313b1 |
children | 6330739388db |
comparison
equal
deleted
inserted
replaced
273:411aac7253ef | 274:ca9a9ec9c1c1 |
---|---|
190 /* Initialize the lstream types (dump-time only). */ | 190 /* Initialize the lstream types (dump-time only). */ |
191 | 191 |
192 void lstream_type_create (void); | 192 void lstream_type_create (void); |
193 void lstream_type_create_mule_coding (void); | 193 void lstream_type_create_mule_coding (void); |
194 void lstream_type_create_print (void); | 194 void lstream_type_create_print (void); |
195 void lstream_type_create_mswindows_selectable (void); | |
195 | 196 |
196 /* Initialize process types */ | 197 /* Initialize process types */ |
197 | 198 |
198 void process_type_create_mswindows (void); | 199 void process_type_create_nt (void); |
199 void process_type_create_unix (void); | 200 void process_type_create_unix (void); |
200 | 201 |
201 /* Allow for Fprovide() (dump-time only). */ | 202 /* Allow for Fprovide() (dump-time only). */ |
202 | 203 |
203 void init_provide_once (void); | 204 void init_provide_once (void); |
274 void vars_of_objects_tty (void); | 275 void vars_of_objects_tty (void); |
275 void vars_of_objects_mswindows (void); | 276 void vars_of_objects_mswindows (void); |
276 void vars_of_objects_x (void); | 277 void vars_of_objects_x (void); |
277 void vars_of_print (void); | 278 void vars_of_print (void); |
278 void vars_of_process (void); | 279 void vars_of_process (void); |
279 void vars_of_process_mswindows (void); | 280 void vars_of_process_nt (void); |
280 void vars_of_process_unix (void); | 281 void vars_of_process_unix (void); |
281 void vars_of_profile (void); | 282 void vars_of_profile (void); |
282 void vars_of_ralloc (void); | 283 void vars_of_ralloc (void); |
283 void vars_of_redisplay (void); | 284 void vars_of_redisplay (void); |
284 void vars_of_scrollbar_x (void); | 285 void vars_of_scrollbar_x (void); |