On Sun, 27 Feb 2005 11:14:07 -0800 Jonathan Ho <[EMAIL PROTECTED]> babbled:

> I cleaned up some weird variable declarations in e_main.c
> (e17/apps/e/src/bin/e_main.c).

i definitely appreciate you looking through the code - thanks.... but whats is
weird about the variable declarations? its easier to read them on separate lines
(i normally dont obey any specific rule with these - whatever fits me best at
the time) ? things in separate lines make it easy to delete them when not needed
anymore (just delete the whole line in 1 go - normally a single operation in any
common unix text editor)

> --- e_main.c    2005-02-21 08:16:40.000000000 -0800
> +++ e_main.NEW.c        2005-02-27 10:19:30.479334504 -0800
> @@ -51,14 +51,9 @@ static Ecore_Idle_Enterer *_e_main_idle_
>  int
>  main(int argc, char **argv)
>  {
> -   int ipc_failed = 0;
> -   int i;
> -   int nosplash = 0;
> -   int nostartup = 0;
> -   int nowelcome = 0;
> -   int after_restart = 0;
> -   char buf[1024];
> -   char *s;
> +   int ipc_failed = 0, i, nosplash = 0, nostartup = 0, nowelcome = 0,
> after_restart = 0;
> +   char buf[1024], *s;
> +
>     /* install the signal handlers. */
>     struct sigaction sigsegv_action;
>     sigsegv_action.sa_sigaction=&e_sigseg_act;
> 
> -- 
> 
> Cheers,
> Jonathan Ho
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
裸好多                              [EMAIL PROTECTED]
Tokyo, Japan (東京 日本)


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to