beast r4363 - trunk/sfi



Author: stw
Date: 2007-08-13 22:50:12 +0100 (Mon, 13 Aug 2007)
New Revision: 4363
ViewCVS link: http://svn.gnome.org/viewcvs/beast?rev=4363&view=rev

Modified:
   trunk/sfi/ChangeLog
   trunk/sfi/sfitypes.h
   trunk/sfi/sfiwrapper.h
Log:
Mon Aug 13 23:38:53 2007  Stefan Westerfeld  <stefan space twc de>

	* sfiwrapper.h: Remove cyclic include dependancy between sfiwrapper.h
	and sfitypes.h by not longer including sfitypes.h. This will allow
	using things defined here in sfitypes.h, which was not possible
	before.

	* sfitypes.h: Use int64 instead of gint64 for SfiTime/SfiNum, which
	expands to long long on both, 32- and 64-bit systems. This will make
	printf ("%lld", some_sfi_num) a valid printf format (as seen by gcc),
	and thus some compiler warnings disappear with this change. Fixes:
	#456879.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]