"Joel E. Denny" <[EMAIL PROTECTED]> writes:

>  2006-08-14  Joel E. Denny  <[EMAIL PROTECTED]>
>  
> +     * src/scan-gram.l (braces_level, context_state): Make these globals
> +     static.

Those aren't globals -- they are local variables for the scanner.
So this change hurts performance and makes the scanner less reentrant.

Is this change really needed?  If not, can you please undo it, and
review other changes you've checked in recently for similar problems?


Reply via email to