Next: ‘-n’: Set global language to FORTRAN–77, Previous: ‘-m4’: Understand m4 built-in commands, Up: Command-line options [Contents][Index]
m4
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@;