Re: [E-devel] e_main.c variable declaration fixes

2005-03-01 Thread The Rasterman
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

[E-devel] e_main.c variable declaration fixes

2005-02-27 Thread Jonathan Ho
I cleaned up some weird variable declarations in e_main.c (e17/apps/e/src/bin/e_main.c). --- e_main.c2005-02-21 08:16:40.0 -0800 +++ e_main.NEW.c2005-02-27 10:19:30.479334504 -0800 @@ -51,14 +51,9 @@ static Ecore_Idle_Enterer *_e_main_idle_ int main(int argc, char **argv) {

Re: [E-devel] e_main.c variable declaration fixes

2005-02-27 Thread Tilman Sauerbeck
Jonathan Ho [EMAIL PROTECTED] [2005-02-27 11:14]: I cleaned up some weird variable declarations in e_main.c (e17/apps/e/src/bin/e_main.c). That's not weird, that's just raster's coding style ;) So there's no point in sending cosmetic patches that clean up variable declarations like this one.

Re: [E-devel] e_main.c variable declaration fixes

2005-02-27 Thread Michael Jennings
On Sunday, 27 February 2005, at 11:14:07 (-0800), Jonathan Ho wrote: - 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,