On Sun, Sep 19, 2004 at 12:03:36AM +0200, Martin Rydstr|m wrote: > --- > (in-package :unix) > #+glibc2 > (without-package-locks > > (def-alien-type nil > (struct sgttyb > #+linux (sg-flags #+mach short #-mach int) ; mode flags > (sg-ispeed char) ; input speed. > (sg-ospeed char) ; output speed > (sg-erase char) ; erase character > #-linux (sg-kill char) ; kill character > #-linux (sg-flags #+mach short #-mach int) ; mode flags > #+linux (sg-kill char) > #+linux (t (struct termios)) > #+linux (check int))) > )
This part shouldn't be there. Sorry about that. 'mr -- [Emacs] is written in Lisp, which is the only computer language that is beautiful. -- Neal Stephenson, _In the Beginning was the Command Line_
