Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: flex symbols being exported
- X-seq: zsh-workers 26586
- From: Peter Stephenson <pws@xxxxxxx>
- To: "Diego E. 'Flameeyes'" Pettenà <flameeyes@xxxxxxxxx>
- Subject: Re: flex symbols being exported
- Date: Fri, 20 Feb 2009 10:22:59 +0000
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <1235079602.9046.3.camel@localhost>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: CSR
- References: <1235079602.9046.3.camel@localhost>
On Thu, 19 Feb 2009 22:40:02 +0100
"Diego E. 'Flameeyes'" Pettenà <flameeyes@xxxxxxxxx> wrote:
> Zsh seems to be exporting quite a bit of symbols; while most of the
> interface is used by the plugins, there seems to be also the parser's
> symbols being exported:
>
> yamato ~ # nm -D /bin/zsh | grep yy
> 08088310 T yylex
> 080e05f0 B yytext
These are actually internal symbols---there's no particular intention to
export them, but as the shell gets linked against its own dependent libraries
they're visible by default on many systems.
I'll commit a patch to remain them to zshlex and zshlextext.
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author