--- gforth/prim 2012/03/18 15:49:14 1.270 +++ gforth/prim 2012/04/12 16:11:40 1.271 @@ -2026,7 +2026,7 @@ free(string); newline ( -- c_addr u ) gforth ""String containing the newline sequence of the host OS"" -char newline[] = { +static const char newline[] = { #if DIRSEP=='/' /* Unix */ '\n'