A cleanup patch from Jeff Garzik to static-ify a number of
namespace polluting things that really should be static.
This commit is contained in:
@@ -325,7 +325,7 @@ static void putiac1(byte c)
|
||||
|
||||
/* ******************************* */
|
||||
|
||||
char const escapecharis[] = "\r\nEscape character is ";
|
||||
static char const escapecharis[] = "\r\nEscape character is ";
|
||||
|
||||
static void setConMode()
|
||||
{
|
||||
|
Reference in New Issue
Block a user