Mercurial > hg > xemacs-beta
diff src/procimpl.h @ 380:8626e4521993 r21-2-5
Import from CVS: tag r21-2-5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:07:10 +0200 |
parents | e11d67e05968 |
children | 74fd4e045ea6 |
line wrap: on
line diff
--- a/src/procimpl.h Mon Aug 13 11:06:08 2007 +0200 +++ b/src/procimpl.h Mon Aug 13 11:07:10 2007 +0200 @@ -29,7 +29,7 @@ /* * Structure which keeps methods of the process implementation. - * There is only one object of this class exists in a perticular + * There is only one object of this class exists in a particular * XEmacs implementation. */ @@ -163,7 +163,7 @@ extern Lisp_Object Vprocess_connection_type; extern Lisp_Object Vprocess_list; -extern c_hashtable usid_to_process; +extern struct hash_table *usid_to_process; extern volatile int process_tick;