Move appropriate variables to NO_COPY segment, throughout.

This commit is contained in:
Christopher Faylor
2001-09-06 05:17:22 +00:00
parent 08b78edf5a
commit 57c89867f5
17 changed files with 31 additions and 27 deletions

View File

@@ -499,9 +499,9 @@ struct tzhead {
#define WILDABBR " "
#endif /* !defined WILDABBR */
static char wildabbr[] = WILDABBR;
static char wildabbr[] NO_COPY = WILDABBR;
static const char gmt[] = "GMT";
static const char gmt[] NO_COPY = "GMT";
struct ttinfo { /* time type information */
long tt_gmtoff; /* UTC offset in seconds */