Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37839624
en ru br
ALT Linux repositórios
S:0.7.3-alt4
5.0: 0.6.2-alt10
4.1: 0.6.2-alt7
4.0: 0.6.2-alt6

Group :: Desenvolvimento/Outros
RPM: gforth

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: 11-static-newline.patch
Download


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 <aph@redhat.com>
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'
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009