Mercurial > hg > xemacs-beta
comparison src/device-tty.c @ 5125:b5df3737028a ben-lisp-object
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 24 Feb 2010 01:58:04 -0600 |
parents | d1247f3cc363 16112448d484 |
children | 2a462149bd6a |
comparison
equal
deleted
inserted
replaced
5124:623d57b7fbe8 | 5125:b5df3737028a |
---|---|
114 #ifndef NEW_GC | 114 #ifndef NEW_GC |
115 static void | 115 static void |
116 free_tty_device_struct (struct device *d) | 116 free_tty_device_struct (struct device *d) |
117 { | 117 { |
118 if (d->device_data) | 118 if (d->device_data) |
119 xfree (d->device_data, void *); | 119 xfree (d->device_data); |
120 } | 120 } |
121 | 121 |
122 static void | 122 static void |
123 tty_delete_device (struct device *d) | 123 tty_delete_device (struct device *d) |
124 { | 124 { |