Description: Define the system newline string as static. Bug-Debian: http://bugs.debian.org/672616 Origin: upstream; http://www.complang.tuwien.ac.at/viewcvs/cgi-bin/viewcvs.cgi/gforth/prim?sortby=date&r1=1.270&r2=1.271 Author: Andrew Haley Last-Update: 2012-09-04 --- a/prim +++ b/prim @@ -1950,7 +1950,7 @@ newline ( -- c_addr u ) gforth ""String containing the newline sequence of the host OS"" -char newline[] = { +static char newline[] = { #if DIRSEP=='/' /* Unix */ '\n'