Email List: Xaustin-review-lX
[All Lists]

Re: Defect in XCU m4

To: yyyyyyy@xxxxxxx
Subject: Re: Defect in XCU m4
From: Joanna Farley <yyyyyyyyyyyyy@xxxxxxx>
Date: Wed, 17 Apr 2002 14:55:26 +0100
Cc: yyyyyyyyyyyyyyy@xxxxxxxxxxxxx
References: <200204170951.KAA12926@xxxxxx>

There's a typo in the defect report. The file m4input should be m4src.

Joanna


yyyyyyy@xxxxxxx wrote:

> 
> If the file \fBm4input\fP contains the lines:
>         The value of `VER' is "VER".
>         ifdef(`VER', ``VER'' is defined to be VER., VER is not defined.)
>         ifelse(VER, 1, ``VER'' is `VER'.)
>         ifelse(VER, 2, ``VER'' is `VER'., ``VER'' is not 2.)
>         end
> then the command:
>         m4 m4src
> or the command:
>         m4 -U VER m4src
> produces the output:
>         The value of VER is "VER".
>         VER is not defined.
> 
>         VER is not 2.
>         end
> 
> The commnd:
>         m4 -D VER m4src
> produces the output:
>         The value of VER is "".
>         VER is defined to be .
> 
>         VER is not 2.
>         end
> 
> The command:
>         m4 -D VER=1 m4src
> produces the output:
>         The value of VER is "1".
>         VER is defined to be 1.
>         VER is 1.
>         VER is not 2.
>         end
> 
> The command:
>         m4 -D VER=2 m4src
> produces the output:
>         The value of VER is "2".
>         VER is defined to be 2.
> 
>         VER is 2.
>         end

<Prev in Thread] Current Thread [Next in Thread>