diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-07-16 22:39:31 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-07-16 22:39:31 +0000 |
commit | 7653e4c65ef5ac8757744f4863b2cf9f1ba327e0 (patch) | |
tree | 50e92ce0c6b5678b299ea45d92e18edddd1c7383 /src/cm.h | |
parent | 02773e4e5127c144a939b811a1c44a24e2805593 (diff) | |
download | emacs-7653e4c65ef5ac8757744f4863b2cf9f1ba327e0.tar.gz |
Undo previous change.
Diffstat (limited to 'src/cm.h')
-rw-r--r-- | src/cm.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -100,12 +100,7 @@ struct cm extern struct cm Wcm; /* Terminal capabilities */ extern char PC; /* Pad character */ -#ifdef HAVE_TERMIOS -# include <termios.h> -extern speed_t ospeed; -#else extern short ospeed; /* Output speed (from sg_ospeed) */ -#endif /* Shorthand */ #ifndef NoCMShortHand |