Waldek Hebisch <[EMAIL PROTECTED]> writes:

[...]

| >      else
| > -        MenuServerOpened = 1;
| > +     /* In order to allow hyperdoc restarts from the console we clean up
| > +      * the socket on exit */
| > +       atexit(&clean_socket);
| > +       MenuServerOpened = 1;
| >  
| >  
| >      /*
| 
| Tim, the above is wrong: you need braces (as I and Alfredo did) if
| you put multiple C statements in 'else' branch.

Which brings the question:  What was of the motivation of mutilating
the original patch?

-- Gaby


_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to