Revert "make bool m_echo static" - I suspect this to be defined by spec

This reverts commit 3cb133d27d.
pull/1/head
Michael Brown 2007-07-28 22:52:20 +01:00
parent 52e5c24565
commit 3e816c3d56
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ int m_delay; /*
0 : non-blocking read
> 0 : timed blocking read
*/
static bool m_echo;
bool m_echo;
bool m_cbreak;
#if 0