At 09:55 PM 1/12/2004 +0100, Stéphane Payrard wrote:
On Mon, Jan 12, 2004 at 03:16:50PM -0500, Dan Sugalski wrote:
> Which brings up a question. What's the difference between .local and .sym?
> --

Currently, there is none. So I went for the shortest:

grep -n -e LOCAL imcc.l
imcc.l:181:".sym"          return(LOCAL);
imcc.l:206:".local"        return(LOCAL);

Its a relic. I had planned to make .sym usable at varying scope levels (as opposed to .local). I've now come to the conclusion that .sym is not very descriptive and I will probably use .global and other more specific names rather than changing .sym

In any case, its there now and will probably stay for imcc hackers who
prefer variety. :)

-Melvin




Reply via email to