Don't define the seps variable as static so that it can be reused in
other files.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
#define _(string) (string)
#endif
-static char *seps[] = {"\t", ";"};
+char *seps[] = {"\t", ";"};
extern unsigned int flags;
extern unsigned int dm_major;
#endif
extern unsigned int flags;
+extern char *seps[];
/*
***************************************************************************
{
int isdb = (fmt == F_DB_OUTPUT);
static char pre[80];
- static char *seps[] = {"\t", ";"};
char temp[80];
/* This substring appears on every output line, preformat it here */