made local variables static, so that the code can be reused by regex_config_info.

[SVN r19316]
This commit is contained in:
John Maddock
2003-07-26 11:11:54 +00:00
parent 55e6bd7132
commit 7f5c1d6b8f

View File

@ -18,8 +18,8 @@
#include <unistd.h>
#endif
unsigned int indent = 4;
unsigned int width = 40;
static unsigned int indent = 4;
static unsigned int width = 40;
using std::cout;
using std::istream;