Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37566259
en ru br
Репозитории ALT
S:8.0.5-alt2
D:2.16.1-alt1
5.1: 2.22.2-alt2.2
4.1: 2.20.3-alt0.M41.1
4.0: 2.2.1-alt2
3.0: 2.2.1-alt1
www.altlinux.org/Changes

Другие репозитории
Upstream:2.18

Группа :: Издательство
Пакет: graphviz

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

Патч: graphviz-2.28.0-alt-string_h_trhow.patch
Скачать


--- lib/cdt/cdt.h.old	2012-07-26 23:49:43.941610640 +0400
+++ lib/cdt/cdt.h	2012-07-26 23:57:20.253303190 +0400
@@ -239,8 +239,13 @@
 extern unsigned int	dtstrhash _ARG_((unsigned int, Void_t*, int));
 
 #if !_PACKAGE_ast
+#ifdef __cplusplus
+extern int             memcmp _ARG_((const Void_t*, const Void_t*, size_t)) __THROW __attribute_pure__ __nonnull ((1, 2));
+extern int		strcmp _ARG_((const char*, const char*)) __THROW __attribute_pure__ __nonnull ((1, 2));
+#else
 extern int		memcmp _ARG_((const Void_t*, const Void_t*, size_t));
 extern int		strcmp _ARG_((const char*, const char*));
+#endif
 #endif
 
 #undef extern
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin