16 enum Lisp_Type type
: 3L ;
17 unsigned long markbit
: 1;
18 unsigned long val
: 32;
23 extern int initialized
;
25 init_device_faces (int *d
)
31 tdevice
= (union Lisp_Object
)
35 val
: ((unsigned long )d
)
39 call_critical_lisp_code (tdevice
);