bug-m4
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

m4 suggestion for modification


From: suresh babu
Subject: m4 suggestion for modification
Date: Sat, 12 Dec 2015 21:40:08 +0000 (UTC)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]