Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37764118
en ru br
Репозитории ALT
S:2005.08.29-alt2.qa3
5.1: 2005.08.29-alt2
4.1: 2005.08.29-alt2
4.0: 2005.08.29-alt1
www.altlinux.org/Changes

Группа :: Игры/Аркады
Пакет: cube3d

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

Патч: cube3d-2005-alt-gcc34.patch
Скачать


--- cube_source/src/tools.h-	2005-08-14 19:09:22 +0400
+++ cube_source/src/tools.h	2006-04-26 13:09:57 +0400
@@ -147,6 +147,7 @@ struct pool
     void allocnext(size_t allocsize);
 };
 
+pool *gp(); 
 template <class T> struct vector
 {
     T *buf;
@@ -270,7 +271,6 @@ template <class T> struct hashtable
 
 #define enumerate(ht,t,e,b) loopi(ht->size) for(ht->enumc = ht->table[i]; ht->enumc; ht->enumc = ht->enumc->next) { t e = &ht->enumc->data; b; }
 
-pool *gp(); 
 inline char *newstring(char *s)        { return gp()->string(s);    };
 inline char *newstring(char *s, size_t l) { return gp()->string(s, l); };
 inline char *newstringbuf(char *s)     { return gp()->stringbuf(s); };
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin