why is it used ? I thought that we have stated that int is of size 4
and long long is of size 8 and long, it depends on the arch/OS

what about fixing code instead ?

Vincent

On Mon, Dec 3, 2012 at 3:14 PM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
> lets not break the world by missing size checks!
>
>
>
> Author:       raster
> Date:         2012-12-03 06:14:05 -0800 (Mon, 03 Dec 2012)
> New Revision: 80068
> Trac:         http://trac.enlightenment.org/e/changeset/80068
>
> Modified:
>   trunk/efl/configure.ac
>
> Modified: trunk/efl/configure.ac
> ===================================================================
> --- trunk/efl/configure.ac      2012-12-03 14:03:13 UTC (rev 80067)
> +++ trunk/efl/configure.ac      2012-12-03 14:14:05 UTC (rev 80068)
> @@ -445,6 +445,9 @@
>  EINA_SIZEOF_WCHAR_T=$ac_cv_sizeof_wchar_t
>  AC_SUBST([EINA_SIZEOF_WCHAR_T])
>
> +AC_CHECK_SIZEOF(int, 4)
> +AC_CHECK_SIZEOF(long, 4)
> +
>  AC_CHECK_TYPES([siginfo_t], [], [],
>     [[
>  #include <signal.h>
>
>
> ------------------------------------------------------------------------------
> Keep yourself connected to Go Parallel:
> BUILD Helping you discover the best ways to construct your parallel projects.
> http://goparallel.sourceforge.net
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
BUILD Helping you discover the best ways to construct your parallel projects.
http://goparallel.sourceforge.net
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to