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

--- 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

Reply via email to