help-make
[Top][All Lists]
Advanced

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

Re: RETURN macro definition


From: Boris Kolpackov
Subject: Re: RETURN macro definition
Date: Fri, 16 Apr 2004 18:04:20 +0000 (UTC)
User-agent: nn/6.6.5+RFC1522

Noel Yap <address@hidden> writes:

> Is this a bug?

I don't think so. The manual says that the value of the 
variable starts from the line after "define <varname>"
and contains all newlines except the one preceding "endef".

Thus

1: define RETURN
2: 
3: endef

New line from line 1 is not included because it is not part
of the value. New line from line 2 is not included because
it is followed by endef.

hth,
-boris





reply via email to

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