Message-Id: <4.2.0.58.19990712151434.00a497e0@hal.nt.tuwien.ac.at> X-Sender: tony AT dictator DOT nt DOT tuwien DOT ac DOT at (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Mon, 12 Jul 1999 15:26:19 +0200 To: djgpp AT delorie DOT com From: Anton Helm Subject: Re: Hiding globals when using flex/bison in a library Cc: ams AT ludd DOT luth DOT se (Martin Str|mberg) In-Reply-To: <7m7di6$f5g$2@news.luth.se> References: <4 DOT 2 DOT 0 DOT 58 DOT 19990709130547 DOT 00a5f650 AT hal DOT nt DOT tuwien DOT ac DOT at> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk At 12:16 PM 7/10/99 +0000, you wrote: >The easiest solution is not to hide them at all, but use the feature >you mentioned and name them __anton_helm_yy_something_or_other. That's the way it currently works (__LIBGEO__xxx). I was just looking for something more elegant. BTW: Some time ago I digged into some library sources on one of our workstations. Finally I got lost somewhere near "______internal__xxx". (Yes, SIX leading underscores!) :-) Tony