Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37747770
en ru br
ALT Linux repos
S:0.2.7-alt1_6

Group :: Games/Other
RPM: apricots

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and 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
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin