m4-discuss
[Top][All Lists]
Advanced

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

m4 process hang


From: Verma, Nitin \(GE Consumer & Industrial\)
Subject: m4 process hang
Date: Wed, 26 May 2004 21:37:17 +0530

Hi Team,
 
I am very new to m4 macros, I effort to learn m4 macro writing. I can across this behavior.
I just made a file `try'
 
[neo]$ cat try
define(x, y)
x
define(x, y)
y
[neo]$
 
And fed to m4
 
[neo]$ m4 try
 
y
 
 
(hangs)
 
Now if I write
 
[neo]$ cat try
define(x, y)
x
define(x, y)
[neo]$
 
and the feed to m4
 
[neo]$ m4 try
 
y
 
[neo]$
 
it works as expected.
Am I doing something wrong?
 
[neo]$ m4 --version
GNU m4 1.4.1
[neo]$
 
Regards,
 
Nitin

reply via email to

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