Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: flex symbols being exported



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