Node: -m;, Next: , Previous: -m4, Up: Options



-m;: Append pseudo-semicolons

When -m; is in effect, the construction @; is appended automatically to all FWEB macro definitions.

This option is not recommended. Please insert the @; by hand when necessary, as in

     @m SET(x,y) x=1; y=2@;
     @m TEST(x) if(x) y; else z@;