Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37540199
en ru br
Репозитории ALT

Группа :: Игры/Прочее
Пакет: apricots

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: noinline.patch
Скачать


--- 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
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin