[Scummvm-cvs-logs] SF.net SVN: scummvm:[48676] scummvm/trunk/configure

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Apr 16 22:48:46 CEST 2010


Revision: 48676
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48676&view=rev
Author:   fingolfin
Date:     2010-04-16 20:48:45 +0000 (Fri, 16 Apr 2010)

Log Message:
-----------
Remove type_4_byte='long' FIXMEs from configure

Since no porter complained about these during the last release,
this should be safe. In any case it would be trivial to put them
back, but that is only acceptable if an explanatory comment is
included.

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2010-04-16 20:44:22 UTC (rev 48675)
+++ scummvm/trunk/configure	2010-04-16 20:48:45 UTC (rev 48676)
@@ -1255,8 +1255,6 @@
 		CFLAGS="-I/boot/home/config/include"
 		CXXFLAGS="$CXXFLAGS -fhuge-objects"
 		LIBS="$LIBS -lbind -lsocket"
-		# FIXME: Please document why 'long' has to be used instead of int
-		#type_4_byte='long'
 		;;
 	bsd* | hpux* | netbsd* | openbsd* | sunos*)
 		DEFINES="$DEFINES -DUNIX"
@@ -1289,8 +1287,6 @@
 		# Needs -lnetwork for the timidity MIDI driver
 		LIBS="$LIBS -lnetwork"
 		CXXFLAGS="$CXXFLAGS -fhuge-objects"
-		# FIXME: Please document why 'long' has to be used instead of int
-		#type_4_byte='long'
 		;;
 	irix*)
 		DEFINES="$DEFINES -DUNIX -DIRIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"
@@ -1444,8 +1440,6 @@
 			DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"
 			_endian=big
 			_need_memalign=yes
-			# FIXME: Please document why 'long' has to be used instead of int
-			#type_4_byte='long'
 			_ranlib=m68k-atari-mint-ranlib
 			_ar="m68k-atari-mint-ar cru"
 			;;
@@ -1514,8 +1508,6 @@
 		ppc-amigaos)
 			_endian=big
 			_need_memalign=yes
-			# FIXME: Please document why 'long' has to be used instead of int
-			#type_4_byte='long'
 			;;
 		ps2)
 			# TODO: complete this


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list