On Sun, 15 Nov 2009, Joerg Sonnenberger wrote:
> On Sun, Nov 15, 2009 at 06:22:45AM +0100, Vincent Torri wrote:
>> what they won't like is:
>>
>> int i1;
>> i1 = 4;
>> int i2;
>>
>> that is, not having all the variable declaration at the beginning of the
>> block
>
> Are pre-C99 compilers a desi
On Sun, Nov 15, 2009 at 06:22:45AM +0100, Vincent Torri wrote:
> what they won't like is:
>
> int i1;
> i1 = 4;
> int i2;
>
> that is, not having all the variable declaration at the beginning of the
> block
Are pre-C99 compilers a desired platform for E17?
Joerg
--
On Sun, 15 Nov 2009, Christopher Michael wrote:
> I don't see how it is any different than Declaring variables inline - doing
> something like this:
>
> if (x)
> {
> int d;
>
> d = 1;
> }
what they won't like is:
int i1;
i1 = 4;
int i2;
that is, not having all the variable declaration at t
I don't see how it is any different than Declaring variables inline -
doing something like this:
if (x)
{
int d;
d = 1;
}
dh
Vincent Torri wrote:
>
> On Sat, 14 Nov 2009, Enlightenment SVN wrote:
>
>> static void _elm_win_obj_callback_del(void *data, Evas *e, Evas_Object *obj,
>> void
On Sat, 14 Nov 2009, Enlightenment SVN wrote:
> static void _elm_win_obj_callback_del(void *data, Evas *e, Evas_Object *obj,
> void *event_info);
> @@ -39,8 +37,8 @@
> _elm_win_resize(Ecore_Evas *ee)
> {
>Evas_Object *obj = ecore_evas_object_associate_get(ee);
> + if (strcmp(elm_widget_ty
Vincent Torri wrote:
>
>
> On Wed, 26 Aug 2009, Enlightenment SVN wrote:
>
>> Log:
>> Don't calloc a toolbar item if elm_widget_data_get returns NULL.
>> Slightly better trapping(s).
>>
>>
>> Author: devilhorns
>> Date: 2009-08-26 07:34:55 -0700 (Wed, 26 Aug 2009)
>> New Revision
On Wed, 26 Aug 2009, Enlightenment SVN wrote:
Log:
Don't calloc a toolbar item if elm_widget_data_get returns NULL.
Slightly better trapping(s).
Author: devilhorns
Date: 2009-08-26 07:34:55 -0700 (Wed, 26 Aug 2009)
New Revision: 42012
Modified:
trunk/TMP/st/elementary/src/l