Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37865267
en ru br
ALT Linux repositórios
S:0.2.7-alt1_6

Group :: Jogos/Outros
RPM: apricots

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: noinline.patch
Download


--- apricots/all.cpp~	2021-02-12 17:45:58.000000000 -0600
+++ apricots/all.cpp	2022-02-02 10:26:27.828905931 -0600
@@ -18,7 +18,7 @@
 
 // Sign function
 
-inline int sign(int n) { return (0 < n) - (n < 0); }
+int sign(int n) { return (0 < n) - (n < 0); }
 
 // Error message for switch statements that shouldn't ever get to default
 
 
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