From: Paolo G. <pao...@ev...> - 2003-03-20 08:15:28
|
> I think the solution is to have a STARTUP macro in xo.s, instead of a > MAIN macro in x1.c... If you think it is ok, I'll commit a change on the > cvs. Yes!!!... in that way, we should be able to customize all the startup phase... ...and what happens to the _startup function in xlib/x1.c? ... maybe if a user wants a customized startup phase he do not need anymore that function... I think the options in this case are two: - not to compile xlib/x1.c - compile it with the _startup function "removed" through #ifdef... > Regarding the original (argv) problem, I'd prefer to commit something > like this, if it works ok for you: [...] I think it works and it is fine. In our case (shark), anyway, this code will not be used since we'll maybe simply customize the _startup... bye PJ |