[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AS_EXIT
From: |
Lars J. Aas |
Subject: |
Re: AS_EXIT |
Date: |
Mon, 30 Oct 2000 13:39:08 +0100 |
User-agent: |
Mutt/1.2.5i |
On Mon, Oct 30, 2000 at 01:28:58PM +0100, Lars J. Aas wrote:
: : will set the exit status we want to exit), and it would make the
: : implementation of the macro more complicated.
:
: Not much:
:
: { m4_case([$1], 0, [true; exit],
: [$1], 1, [false; exit],
: [(exit $1); exit]) }
For got the special default case (exit 1), which becomes one extra
case line - either `$#, 0, [false; exit],' or `[$1], , [false; exit],'
Lars J
- AS_EXIT, Pavel Roskin, 2000/10/28
- Re: AS_EXIT, Alexandre Oliva, 2000/10/29
- Re: AS_EXIT, Alexandre Oliva, 2000/10/30
- Re: AS_EXIT, Lars J. Aas, 2000/10/31
- Re: AS_EXIT, Akim Demaille, 2000/10/31
- Re: AS_EXIT, Lars J. Aas, 2000/10/31
- Re: AS_EXIT, Pavel Roskin, 2000/10/31
- Re: AS_EXIT, Alexandre Oliva, 2000/10/31
- Re: AS_EXIT, Alexandre Oliva, 2000/10/31