Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37911414
en ru br
ALT Linux repos
S:3.3.8d-alt16.1
5.0: 3.3.8b-alt3
4.1: 3.3.8b-alt2.qa1
4.0: 3.3.8b-alt0.M40.1
3.0: 3.3.4-alt6
+updates:3.3.4-alt6.3.M30

Group :: System/Libraries
RPM: qt3

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: qt-3.3.1-alt-iso_c_extension.patch
Download


diff -uNrp qt-x11-free-3.3.1.old/src/tools/qglobal.h qt-x11-free-3.3.1/src/tools/qglobal.h
--- qt-x11-free-3.3.1.old/src/tools/qglobal.h	2004-02-18 16:22:41 +0300
+++ qt-x11-free-3.3.1/src/tools/qglobal.h	2004-04-07 22:54:08 +0400
@@ -703,7 +703,9 @@ typedef unsigned __int64	Q_UINT64;	// 64
 #else
 #  define Q_INT64_C(c) 		c ## LL		// signed 64 bit constant
 #  define Q_UINT64_C(c)		c ## ULL	// unsigned 64 bit constant
+__extension__
 typedef long long		Q_INT64;	// 64 bit signed
+__extension__
 typedef unsigned long long	Q_UINT64;	// 64 bit unsigned
 #endif
 typedef Q_INT64			Q_LLONG;	// signed long long
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin