Hi, I know macro assembler and m4 is little different. I can write a macro in the following form. newline macro '\n' endm But same thing should be written in m4 as
define('newline','\n') dnl I would like to define macros in the macro model than m4 model. Can you change m4 or guide me to change m4 to adopt the macro model definitions? with regards,sureshbk.