comparison src/device-tty.c @ 4990:8f0cf4fd3d2c

Automatic merge
author Ben Wing <ben@xemacs.org>
date Sat, 06 Feb 2010 04:01:46 -0600
parents 16112448d484
children d0c14ea98592 b5df3737028a
comparison
equal deleted inserted replaced
4989:d2ec55325515 4990:8f0cf4fd3d2c
116 #ifndef NEW_GC 116 #ifndef NEW_GC
117 static void 117 static void
118 free_tty_device_struct (struct device *d) 118 free_tty_device_struct (struct device *d)
119 { 119 {
120 if (d->device_data) 120 if (d->device_data)
121 xfree (d->device_data, void *); 121 xfree (d->device_data);
122 } 122 }
123 123
124 static void 124 static void
125 tty_delete_device (struct device *d) 125 tty_delete_device (struct device *d)
126 { 126 {