Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh and line breaks
- X-seq: zsh-workers 19725
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: zsh and line breaks
- Date: Sat, 3 Apr 2004 20:35:04 +0000
- In-reply-to: <Pine.LNX.4.53.0404021705390.11532@xxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <s38u10erwrz.fsf@xxxxxxxxxxxxxxxxxxxx> <1vvf60l9i7n4nlobcroik2le5ofe6v2rn4@xxxxxxx> <Pine.LNX.4.53.0403291441160.5939@xxxxxxxxxxxxxxxxxxxx> <3372.1080639122@xxxxxxxxxxxxxxxxxxxxx> <Pine.LNX.4.53.0403301047250.5939@xxxxxxxxxxxxxxxxxxxx> <2603.1080737128@xxxxxxxxxxxxxxxxxxxxx> <Pine.LNX.4.53.0403310935450.9892@xxxxxxxxxxxxxxxxxxxx> <25057.1080810596@xxxxxxxxxxxxxxxxxxxxx> <Pine.LNX.4.53.0404011224320.9892@xxxxxxxxxxxxxxxxxxxx> <Pine.LNX.4.53.0404021705390.11532@xxxxxxxxxxxxxxxxxxxx>
On Apr 2, 5:23pm, Peter A. Castro wrote:
}
} On Thu, 1 Apr 2004, Peter A. Castro wrote:
}
} So, now I need a ruling on just where to put this fix. Due to how the
} fix works, it can't be placed in DLL code. It must be linked into the
} main exe. Now, I know that main.c is basically just a platform wrapper
} for calling zsh_main(). My question is, to the zsh developers, would it
} be acceptable to put code into main.c or should I persue adding a
} seperate source file which will have to be part of MAIN_OBJS.
I don't know that I can give you a "ruling" but in my opinion it would be
fine to put this in main.c, appropriately #ifdef'd.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author