comparison src/lisp.h @ 4123:5333f383efbd

[xemacs-hg @ 2007-08-17 08:04:25 by crestani] 2007-08-15 Marcus Crestani <crestani@xemacs.org> * input-method-xlib.c (EmacsFreeXIMStyles): * lisp.h: * process-unix.c (connect_to_file_descriptor): * process-unix.c (create_bidirectional_pipe): * process-unix.c (unix_create_process): * process-unix.c (unix_open_network_stream): * process-unix.c (unix_open_multicast_group): Convert pointers to EMACS_INTs instead of ints. * vdb.c (Ftest_vdb): Print adresses as pointers.
author crestani
date Fri, 17 Aug 2007 08:04:28 +0000
parents 1abf84db2c7f
children ac5a714be3a2
comparison
equal deleted inserted replaced
4122:8fea628c26fb 4123:5333f383efbd
1329 struct face_cachel; 1329 struct face_cachel;
1330 struct console_type_entry; 1330 struct console_type_entry;
1331 1331
1332 /* This is shared by process.h, events.h and others in future. 1332 /* This is shared by process.h, events.h and others in future.
1333 See events.h for description */ 1333 See events.h for description */
1334 typedef unsigned int USID; 1334 typedef unsigned EMACS_INT USID;
1335 typedef int face_index; 1335 typedef int face_index;
1336 typedef int glyph_index; 1336 typedef int glyph_index;
1337 typedef struct lstream Lstream; /* lstream.h */ 1337 typedef struct lstream Lstream; /* lstream.h */
1338 typedef struct extent *EXTENT; /* extents-impl.h */ 1338 typedef struct extent *EXTENT; /* extents-impl.h */
1339 typedef struct Lisp_Event Lisp_Event; /* "events.h" */ 1339 typedef struct Lisp_Event Lisp_Event; /* "events.h" */